From 4abec13db9fec4e8f5fab5b9184819198ef8ce54 Mon Sep 17 00:00:00 2001 From: Michael Rasmussen Date: Sun, 7 Jun 2015 18:26:40 +0200 Subject: [PATCH] Add change row per page --- js/forms.js | 1 + 1 file changed, 1 insertion(+) diff --git a/js/forms.js b/js/forms.js index 8160b5a..75193e1 100644 --- a/js/forms.js +++ b/js/forms.js @@ -18,6 +18,7 @@ function updateRowsPerPage() { /* current page has rows < current rows per page */ var href = location.href; href = 'index.php?rowsperpage=' + rowsPerPage.value; + alert(href); window.location.href = href; } } -- 2.39.2