Commit fb8ccc1f authored by JC Brand's avatar JC Brand

Use non-minified resources

parent ab5dd4a1
......@@ -7,10 +7,10 @@
<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="3rdparty/libsignal-protocol.js"></script>
<script src="dist/converse.min.js"></script>
<script src="dist/converse.js"></script>
</head>
<body class="reset">
<div class="converse-content" style="display:none">
......
......@@ -20,8 +20,8 @@
<![if gte IE 11]>
<script src="3rdparty/libsignal-protocol.js"></script>
<link type="text/css" rel="stylesheet" media="screen" href="css/converse.min.css" />
<script src="dist/converse.min.js"></script>
<link type="text/css" rel="stylesheet" media="screen" href="css/converse.css" />
<script src="dist/converse.js"></script>
<![endif]>
</head>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment