summaryrefslogtreecommitdiff
path: root/template/about_us.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/about_us.st
parentb3928bc192cdf729d4b9e53ff5603905ae446fb7 (diff)
Refactor: extract page init snippets
Diffstat (limited to 'template/about_us.st')
-rwxr-xr-xtemplate/about_us.st12
1 files changed, 3 insertions, 9 deletions
diff --git a/template/about_us.st b/template/about_us.st
index 1659f4f..b31a622 100755
--- a/template/about_us.st
+++ b/template/about_us.st
@@ -2,16 +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: about us</title>
+ <title>dump.fm: about us</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('about the site', '360px', true, 'news', 70, 75);