From e76515edc6f10bc8ffb3cc85416839b0f663e1e2 Mon Sep 17 00:00:00 2001 From: Michael Rasmussen Date: Sun, 7 Jun 2015 17:56:15 +0200 Subject: [PATCH] Add change row per page --- js/forms.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/js/forms.js b/js/forms.js index 8db2d66..7fe83bc 100644 --- a/js/forms.js +++ b/js/forms.js @@ -10,7 +10,8 @@ function updateRowsPerPage() { if (pos >= 0) { found = true; var base = url.slice(0, pos); - alert('base: ' + base); + var href = base + 'rowsperpage=' + rowsPerPage.value; + link[i].href = href; } } if (found == false) { -- 2.39.2