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

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