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/rooms/vortex.st | |
| parent | b2d1b69fd6d9b1f0473ea70bc473df6f370891da (diff) | |
Refactor: JS init + HTTPS-safe URLs
Diffstat (limited to 'template/rooms/vortex.st')
| -rwxr-xr-x | template/rooms/vortex.st | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/template/rooms/vortex.st b/template/rooms/vortex.st index 6f3a4ca..91782dd 100755 --- a/template/rooms/vortex.st +++ b/template/rooms/vortex.st @@ -4,17 +4,7 @@ <title>dump.fm image vortex</title> <link rel="stylesheet" type="text/css" href="/static/css/rooms_vortex.css?v=20260129"> - - - - <script> - jQuery(document).ready(initChat); - var Nick = $json_user_nick$; - var Room = $json_room_key$; - var Timestamp = $timestamp$; - - - </script> + <!--<style type="text/css"> |
