aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@gmx.de>2015-06-27 11:14:50 +0200
committerJoas Schilling <nickvergessen@gmx.de>2015-06-27 11:14:50 +0200
commit8510faa7672d9c4e7129f05a786856f238a1d6e4 (patch)
tree8c47a95935a79e26ab58de042e0e6b78ab066ecb
parent03b1b63520df286b604522ac02c755ed91593b68 (diff)
parent7b93df1522b3e670e856a2630eac208b210a0831 (diff)
downloadforums-8510faa7672d9c4e7129f05a786856f238a1d6e4.tar
forums-8510faa7672d9c4e7129f05a786856f238a1d6e4.tar.gz
forums-8510faa7672d9c4e7129f05a786856f238a1d6e4.tar.bz2
forums-8510faa7672d9c4e7129f05a786856f238a1d6e4.tar.xz
forums-8510faa7672d9c4e7129f05a786856f238a1d6e4.zip
Merge branch '3.1.x'
-rw-r--r--phpBB/styles/prosilver/template/forum_fn.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/prosilver/template/forum_fn.js b/phpBB/styles/prosilver/template/forum_fn.js
index ccedf19604..0d53a53d8e 100644
--- a/phpBB/styles/prosilver/template/forum_fn.js
+++ b/phpBB/styles/prosilver/template/forum_fn.js
@@ -34,7 +34,7 @@ function popup(url, width, height, name) {
function pageJump(item) {
'use strict';
- var page = item.val(),
+ var page = parseInt(item.val(), 10),
perPage = item.attr('data-per-page'),
baseUrl = item.attr('data-base-url'),
startName = item.attr('data-start-name');