]> git.datanom.net - qtadmin.git/commitdiff
Add change row per page
authorMichael Rasmussen <mir@datanom.net>
Sun, 7 Jun 2015 18:15:40 +0000 (20:15 +0200)
committerMichael Rasmussen <mir@datanom.net>
Sun, 7 Jun 2015 18:15:40 +0000 (20:15 +0200)
js/forms.js

index 75193e1bf672b175ab7d4d17f4a73c2df889cbed..67123afc4e853df095060cbbe72ec539990b4054 100644 (file)
@@ -19,6 +19,6 @@ function updateRowsPerPage() {
         var href = location.href;
         href = 'index.php?rowsperpage=' + rowsPerPage.value;
         alert(href);
         var href = location.href;
         href = 'index.php?rowsperpage=' + rowsPerPage.value;
         alert(href);
-        window.location.href = href;
+        window.location = href;
     }
 }
     }
 }
This page took 0.030103 seconds and 5 git commands to generate.