diff options
| author | yo momma <shutup@oops.wtf> | 2026-01-30 01:20:07 +0000 |
|---|---|---|
| committer | yo momma <shutup@oops.wtf> | 2026-01-30 01:20:07 +0000 |
| commit | e38f326875752a27a2819b6b7914ffe65e848aba (patch) | |
| tree | a92e248dadb7d663822bc4058cb1e713a14118ea /template/browser.st | |
| parent | b2d1b69fd6d9b1f0473ea70bc473df6f370891da (diff) | |
Refactor: JS init + HTTPS-safe URLs
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> |
