summaryrefslogtreecommitdiff
path: root/template/help.st
diff options
context:
space:
mode:
authoryo momma <shutup@oops.wtf>2026-02-03 21:30:24 +0000
committeryo momma <shutup@oops.wtf>2026-02-03 21:30:24 +0000
commit263677a46ee031277fae07109acac17b5ef821c4 (patch)
tree0bbd6da3ca4fc9e4809f20be713161d39a5a525a /template/help.st
parentb3928bc192cdf729d4b9e53ff5603905ae446fb7 (diff)
Refactor: extract page init snippets
Diffstat (limited to 'template/help.st')
-rwxr-xr-xtemplate/help.st14
1 files changed, 2 insertions, 12 deletions
diff --git a/template/help.st b/template/help.st
index 196a6ae..3d280a2 100755
--- a/template/help.st
+++ b/template/help.st
@@ -2,20 +2,10 @@
<head>
<link href="/static/css/pages.css?v=20260130" rel="stylesheet" type="text/css" media="screen"/>
<link href="/static/css/header.css?v=20260130" rel="stylesheet" type="text/css" media="screen"/>
- <script type="text/javascript" src="/static/js/win.js"></script>
-
- <script type="text/javascript">
-
-jQuery(function()
-{
- jQuery('.scroll-pane').jScrollPane();
-});
-
-
- </script>
-
<title>dump.fm</title>
$head()$
+ <script type="text/javascript" src="/static/js/win.js"></script>
+ <script type="text/javascript" src="/static/js/pages/scroll_pane_init.js?v=20260203"></script>
</head>
<body class="profile" onload="
javascript:CreateDropdownWindow('dump.fm', '360px', true, 'news', 30, 115);