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