diff options
| author | yo momma <shutup@oops.wtf> | 2026-01-30 08:13:51 +0000 |
|---|---|---|
| committer | yo momma <shutup@oops.wtf> | 2026-01-30 08:13:51 +0000 |
| commit | 2e71933790cb3223f7690335eeb66c0c187dbec0 (patch) | |
| tree | e6193a64858af2e5cc519f98955eb269cec86ccc /template/browser.st | |
| parent | e38f326875752a27a2819b6b7914ffe65e848aba (diff) | |
Refactor: remove legacy inline CSS comments
Diffstat (limited to 'template/browser.st')
| -rwxr-xr-x | template/browser.st | 21 |
1 files changed, 1 insertions, 20 deletions
diff --git a/template/browser.st b/template/browser.st index 1cd2116..61c05c3 100755 --- a/template/browser.st +++ b/template/browser.st @@ -20,26 +20,7 @@ $endif$ </script> <script type="text/javascript" src="/static/js/pages/chat_init.js?v=20260130"></script> - <!-- - <style> - iframe { - z-index: 50000; - position: fixed; - top: 300px; - right: 25px; - - width:100%; - height:100%; - padding:0px; - background-color: #fff; - position:absolute; - top:0px; left:0px; - border:none; - } - </style> - --> - - </head> + </head> <body> $banner()$ <div id="chatrap"> |
