]> git.datanom.net - qtadmin.git/commitdiff
Add change row per page
authorMichael Rasmussen <mir@datanom.net>
Sun, 7 Jun 2015 19:17:36 +0000 (21:17 +0200)
committerMichael Rasmussen <mir@datanom.net>
Sun, 7 Jun 2015 19:17:36 +0000 (21:17 +0200)
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.030618 seconds and 5 git commands to generate.