diff options
Diffstat (limited to 'template/about_us.st')
| -rwxr-xr-x | template/about_us.st | 12 |
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); |
