|
@@ -9,14 +9,14 @@
|
|
|
<meta name="author" content="JC Brand" />
|
|
|
<meta name="keywords" content="xmpp chat webchat converse.js" />
|
|
|
<link rel="shortcut icon" type="image/ico" href="../css/images/favicon.ico"/>
|
|
|
- <link type="text/css" rel="stylesheet" media="screen" href="../node_modules/bootstrap/dist/css/bootstrap.min.css" />
|
|
|
- <link type="text/css" rel="stylesheet" media="screen" href="../node_modules/font-awesome/css/font-awesome.min.css" />
|
|
|
+ <link type="text/css" rel="stylesheet" media="screen" href="node_modules/bootstrap/dist/css/bootstrap.min.css" />
|
|
|
+ <link type="text/css" rel="stylesheet" media="screen" href="node_modules/font-awesome/css/font-awesome.min.css" />
|
|
|
<link type="text/css" rel="stylesheet" media="screen" href="https://cdn.conversejs.org/css/theme.min.css" />
|
|
|
<link type="text/css" rel="stylesheet" media="screen" href="https://cdn.conversejs.org/css/converse.min.css" />
|
|
|
<script type="text/javascript" src="../analytics.js"></script>
|
|
|
<noscript><p><img src="//stats.opkode.com/piwik.php?idsite=1" style="border:0;" alt="" /></p></noscript>
|
|
|
<![if gte IE 9]>
|
|
|
- <script src="https://cdn.conversejs.org/dist/converse.min.js"></script>
|
|
|
+ <script src="https://cdn.conversejs.org/dist/converse.min.js"></script>
|
|
|
<![endif]>
|
|
|
</head>
|
|
|
|
|
@@ -50,7 +50,6 @@
|
|
|
</body>
|
|
|
|
|
|
<script>
|
|
|
- require(['converse'], function (converse) {
|
|
|
converse.initialize({
|
|
|
allow_logout: false, // No point in logging out when we have auto_login as true.
|
|
|
allow_muc_invitations: false, // Doesn't make sense to allow because only
|
|
@@ -75,8 +74,6 @@
|
|
|
play_sounds: true,
|
|
|
show_controlbox_by_default: true,
|
|
|
strict_plugin_dependencies: false,
|
|
|
- debug: true
|
|
|
});
|
|
|
- });
|
|
|
</script>
|
|
|
</html>
|