]> git.datanom.net - qtadmin.git/blobdiff - js/forms.js
Add change row per page
[qtadmin.git] / 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);
-        location.assign(href);
+        window.open(href, '_self');
     }
 }
This page took 0.028457 seconds and 5 git commands to generate.