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

index 2c4f43e49db020a03859abcfa6d17e366ad9f730..8160b5a02747eb264cde481d108f74c620c18ba5 100644 (file)
@@ -18,6 +18,6 @@ function updateRowsPerPage() {
         /* current page has rows < current rows per page */
         var href = location.href;
         href = 'index.php?rowsperpage=' + rowsPerPage.value;
-        location.href = href;
+        window.location.href = href;
     }
 }
This page took 0.031852 seconds and 5 git commands to generate.