]> git.datanom.net - qtadmin.git/commitdiff
Add change row per page
authorMichael Rasmussen <mir@datanom.net>
Sun, 7 Jun 2015 16:26:40 +0000 (18:26 +0200)
committerMichael Rasmussen <mir@datanom.net>
Sun, 7 Jun 2015 16:26:40 +0000 (18:26 +0200)
js/forms.js

index 8160b5a02747eb264cde481d108f74c620c18ba5..75193e1bf672b175ab7d4d17f4a73c2df889cbed 100644 (file)
@@ -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;
     }
 }
This page took 0.031069 seconds and 5 git commands to generate.