]> git.datanom.net - qtadmin.git/blobdiff - js/forms.js
Add change row per page
[qtadmin.git] / js / forms.js
index 2c4f43e49db020a03859abcfa6d17e366ad9f730..67123afc4e853df095060cbbe72ec539990b4054 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;
-        location.href = href;
+        alert(href);
+        window.location = href;
     }
 }
This page took 0.038159 seconds and 5 git commands to generate.