diff options
Diffstat (limited to 'template/browser.st')
| -rwxr-xr-x | template/browser.st | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/browser.st b/template/browser.st index 9590efc..1cd2116 100755 --- a/template/browser.st +++ b/template/browser.st @@ -8,7 +8,6 @@ <link rel="stylesheet" type="text/css" href="/static/gritter/css/jquery.gritter.css" /> <script> - jQuery(document).ready(initChat); var Nick = $json_user_nick$; var Room = $json_room_key$; var Timestamp = $timestamp$; @@ -19,6 +18,7 @@ $else$ $endif$ var growlize = true; </script> + <script type="text/javascript" src="/static/js/pages/chat_init.js?v=20260130"></script> <!-- <style> |
