Fix index page

This commit is contained in:
calzoneman 2013-09-12 18:42:22 -05:00
parent 5497a868a3
commit 2b0e6a3dbf
2 changed files with 4 additions and 0 deletions

View File

@ -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
* lib/channel.js: Fix an error resulting from calcVoteskipMax being run
when the usercount is 0

View File

@ -89,6 +89,7 @@
<script src="./assets/js/bootstrap-modal.js"></script>
<!-- Mine -->
<script src="./assets/js/data.js"></script>
<script src="./assets/js/iourl.js"></script>
<script type="text/javascript">
var host = location.protocol + "//" + location.host + "/";