diff options
Diffstat (limited to 'phpBB/styles/subSilver/template/overall_header.html')
| -rw-r--r-- | phpBB/styles/subSilver/template/overall_header.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/subSilver/template/overall_header.html b/phpBB/styles/subSilver/template/overall_header.html index 712a08a866..db645e6f53 100644 --- a/phpBB/styles/subSilver/template/overall_header.html +++ b/phpBB/styles/subSilver/template/overall_header.html @@ -30,7 +30,7 @@ function im_popup(url, width, height) return false; } -function goto() +function jumpto() { var page = prompt('{L_JUMP_PAGE}:', '{ON_PAGE}'); var perpage = '{PER_PAGE}'; |
