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