summaryrefslogtreecommitdiffstats
path: root/web/templates
diff options
context:
space:
mode:
author=Corey Hulen <corey@hulen.com>2015-10-16 19:05:55 -0700
committer=Corey Hulen <corey@hulen.com>2015-10-16 19:05:55 -0700
commita8f3f76c592928a0907fbaddd71ab6b8f68d28d6 (patch)
tree2052e2d5be650dc74bd21e429fb28bb59014912e /web/templates
parent8b2d7f391aedeb5d6bd6490b92bdadf5050e1c73 (diff)
downloadchat-a8f3f76c592928a0907fbaddd71ab6b8f68d28d6.tar.gz
chat-a8f3f76c592928a0907fbaddd71ab6b8f68d28d6.tar.bz2
chat-a8f3f76c592928a0907fbaddd71ab6b8f68d28d6.zip
Refactoring web classes to use multi-session
Diffstat (limited to 'web/templates')
-rw-r--r--web/templates/home.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/templates/home.html b/web/templates/home.html
index 0d8b89061..08876d41d 100644
--- a/web/templates/home.html
+++ b/web/templates/home.html
@@ -17,7 +17,7 @@
</div>
</div>
<script>
- window.setup_home_page({{ .Props }});
+ window.setup_home_page();
</script>
</body>
</html>