mirror of https://github.com/calzoneman/sync.git
Fix index page
This commit is contained in:
parent
5497a868a3
commit
2b0e6a3dbf
|
@ -1,3 +1,6 @@
|
||||||
|
Thu Sep 12 18:41 2013 CDT
|
||||||
|
* www/index.html: Fix index page not showing public channels
|
||||||
|
|
||||||
Thu Sep 12 16:25 2013 CDT
|
Thu Sep 12 16:25 2013 CDT
|
||||||
* lib/channel.js: Fix an error resulting from calcVoteskipMax being run
|
* lib/channel.js: Fix an error resulting from calcVoteskipMax being run
|
||||||
when the usercount is 0
|
when the usercount is 0
|
||||||
|
|
|
@ -89,6 +89,7 @@
|
||||||
<script src="./assets/js/bootstrap-modal.js"></script>
|
<script src="./assets/js/bootstrap-modal.js"></script>
|
||||||
|
|
||||||
<!-- Mine -->
|
<!-- Mine -->
|
||||||
|
<script src="./assets/js/data.js"></script>
|
||||||
<script src="./assets/js/iourl.js"></script>
|
<script src="./assets/js/iourl.js"></script>
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
var host = location.protocol + "//" + location.host + "/";
|
var host = location.protocol + "//" + location.host + "/";
|
||||||
|
|
Loading…
Reference in New Issue