diff options
| author | yo momma <shutup@oops.wtf> | 2026-01-30 17:58:22 +0000 |
|---|---|---|
| committer | yo momma <shutup@oops.wtf> | 2026-01-30 17:58:22 +0000 |
| commit | 11f8e6abdddfd60a4514dd30cb4d198780dd84c5 (patch) | |
| tree | 882637de03f45e4845032acf158f406c580beb25 /template/rooms/butt.st | |
| parent | 5bcf2586305bb9f246497558f46f2fa15f686364 (diff) | |
Refactor: cache-bust CSS + remove inline helpers
Diffstat (limited to 'template/rooms/butt.st')
| -rwxr-xr-x | template/rooms/butt.st | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/template/rooms/butt.st b/template/rooms/butt.st index dc20e33..ba68497 100755 --- a/template/rooms/butt.st +++ b/template/rooms/butt.st @@ -2,12 +2,12 @@ <html> <head> <title>dump.fm image vortex</title> -<script type="text/javascript" src="/static/js/jquery-1.4.2.min.js"></script> +<script type="text/javascript" src="/static/js/jquery-1.4.2.min.js?v=20260126"></script> <script type="text/javascript" src="/static/js/pichat.butt.js"></script> <script type="text/javascript" src="/static/js/jquery-ui-1.8.effects.min.js"></script> <script type="text/javascript" src="/static/js/sha1.js"></script> -<link rel="stylesheet" type="text/css" href="/static/css/reset.css"> -<link rel="stylesheet" type="text/css" href="/static/css/header.css"> +<link rel="stylesheet" type="text/css" href="/static/css/reset.css?v=20260130"> +<link rel="stylesheet" type="text/css" href="/static/css/header.css?v=20260130"> $if(!user_nick)$ <link href="/static/form_login/front.css" media="screen, projection" rel="stylesheet" type="text/css"> $endif$ @@ -15,7 +15,7 @@ $endif$ $if(isadmin)$ <link rel="stylesheet" href="https://ajax.googleapis.com/ajax/libs/jqueryui/1.8/themes/ui-lightness/jquery-ui.css" type="text/css" media="all" /> -<link rel="stylesheet" href="/static/css/admin.css" +<link rel="stylesheet" href="/static/css/admin.css?v=20260130" type="text/css" media="all" /> <script src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.0/jquery-ui.min.js" type="text/javascript"></script> @@ -23,9 +23,9 @@ $if(isadmin)$ type="text/javascript"></script> $endif$ $if(!user_avatar)$ - <link rel="stylesheet" type="text/css" href="/static/css/dumpnewuser.css"> + <link rel="stylesheet" type="text/css" href="/static/css/dumpnewuser.css?v=20260130"> $endif$ - <link rel="stylesheet" type="text/css" href="/static/css/dump.css"> + <link rel="stylesheet" type="text/css" href="/static/css/dump.css?v=20260130"> <link rel="stylesheet" type="text/css" href="/static/css/rooms_butt.css?v=20260129"> <script type="text/javascript" src="/static/webcam/webcam.js"></script> <script type="text/javascript" src="/static/js/tooltip.js"></script> |
