From: Michael Rasmussen Date: Sun, 7 Jun 2015 18:15:40 +0000 (+0200) Subject: Add change row per page X-Git-Url: http://git.datanom.net/qtadmin.git/commitdiff_plain/2969a6201776d71164a3ca3c800508fa25b75f05 Add change row per page --- diff --git a/js/forms.js b/js/forms.js index 75193e1..67123af 100644 --- a/js/forms.js +++ b/js/forms.js @@ -19,6 +19,6 @@ function updateRowsPerPage() { var href = location.href; href = 'index.php?rowsperpage=' + rowsPerPage.value; alert(href); - window.location.href = href; + window.location = href; } }