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

index ec2720ffca6868511942e13453ec06f2284da855..0e411bb9213b603a2b1d1454585f55852f99f7c6 100644 (file)
@@ -19,6 +19,6 @@ function updateRowsPerPage() {
         var href = location.href;
         href = encodeURI('index.php?rowsperpage=' + rowsPerPage.value);
         alert(href);
-        location.href = href;
+        location.assign(href);
     }
 }
This page took 0.030285 seconds and 5 git commands to generate.