From f8ecfd253b68c9b98c1501a83d586bec02403146 Mon Sep 17 00:00:00 2001 From: Michael Rasmussen Date: Sun, 7 Jun 2015 23:56:19 +0200 Subject: [PATCH] Finish change row per page --- js/forms.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 { -- 2.39.2