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

index ecddc139dce8fa7c36a652b0e6fe522abc6a3413..938e6e84fbca8bc0624a688e8053af6ce3a2f786 100644 (file)
@@ -19,7 +19,7 @@ function updateRowsPerPage() {
         }
     }
     if (found == false) {
-        pos = location.href('rowsperpage');
+        pos = location.href.search('rowsperpage');
         if (pos >= 0) {
             base = location.href.slice(0, pos);
         } else {
This page took 0.030509 seconds and 5 git commands to generate.