]> git.datanom.net - qtadmin.git/blobdiff - js/forms.js
Add change row per page
[qtadmin.git] / 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.029376 seconds and 5 git commands to generate.