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