X-Git-Url: http://git.datanom.net/qtadmin.git/blobdiff_plain/774b0894ec41080272a1f1592222a9454c4c2574..f8ecfd253b68c9b98c1501a83d586bec02403146:/js/forms.js 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 {