Browse Source

Don't use minified scripts

They're not included in the repo and this makes it more difficult for
people to try Converse locally
JC Brand 6 years ago
parent
commit
020335c52a
1 changed files with 2 additions and 2 deletions
  1. 2 2
      fullscreen.html

+ 2 - 2
fullscreen.html

@@ -7,9 +7,9 @@
     <link rel="shortcut icon" type="image/ico" href="css/images/favicon.ico"/>
     <script type="text/javascript" src="inverse-analytics.js"></script>
     <noscript><p><img src="//stats.opkode.com/piwik.php?idsite=5" style="border:0;" alt="" /></p></noscript>
-    <link type="text/css" rel="stylesheet" media="screen" href="css/converse.min.css" />
+    <link type="text/css" rel="stylesheet" media="screen" href="css/converse.css" />
     <link type="text/css" rel="stylesheet" media="screen" href="css/fullpage.css" />
-    <script src="dist/converse.min.js"></script>
+    <script src="dist/converse.js"></script>
 </head>
 <body class="reset">
     <div class="converse-content" style="display:none">