1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-12 19:54:12 +02:00

[ticket/12153] Remove vars already assigned in generate_template_pagination().

PHPBB3-12153
This commit is contained in:
Cesar G
2014-02-02 12:53:34 -08:00
parent 06e9959648
commit f22e51c8a1
5 changed files with 6 additions and 15 deletions

View File

@@ -36,7 +36,7 @@ function popup(url, width, height, name)
function jumpto()
{
var page = prompt('{LA_JUMP_PAGE}{L_COLON}', '{ON_PAGE}');
var page = prompt('{LA_JUMP_PAGE}{L_COLON}', '{CURRENT_PAGE}');
var per_page = '{PER_PAGE}';
var base_url = '{BASE_URL|e('js')}';