From: Michael Rasmussen Date: Sun, 7 Jun 2015 21:56:19 +0000 (+0200) Subject: Finish change row per page X-Git-Url: http://git.datanom.net/qtadmin.git/commitdiff_plain/f8ecfd253b68c9b98c1501a83d586bec02403146 Finish change row per page --- diff --git a/js/forms.js b/js/forms.js index ecddc13..938e6e8 100644 --- a/js/forms.js +++ b/js/forms.js @@ -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 {