]> git.datanom.net - qtadmin.git/blobdiff - js/forms.js
Add change row per page
[qtadmin.git] / js / forms.js
index 2c4f43e49db020a03859abcfa6d17e366ad9f730..ec2720ffca6868511942e13453ec06f2284da855 100644 (file)
@@ -17,7 +17,8 @@ function updateRowsPerPage() {
     if (found == false) {
         /* current page has rows < current rows per page */
         var href = location.href;
-        href = 'index.php?rowsperpage=' + rowsPerPage.value;
+        href = encodeURI('index.php?rowsperpage=' + rowsPerPage.value);
+        alert(href);
         location.href = href;
     }
 }
This page took 0.028468 seconds and 5 git commands to generate.