From 55701530e290e63ac41c135f22b0d67a30bca980 Mon Sep 17 00:00:00 2001 From: Djamil Legato Date: Mon, 27 Jul 2015 14:33:32 -0700 Subject: [PATCH] Restoring states of expanded parent pages on load --- themes/grav/js/pages-all.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/themes/grav/js/pages-all.js b/themes/grav/js/pages-all.js index eb3aca24..088b52b8 100644 --- a/themes/grav/js/pages-all.js +++ b/themes/grav/js/pages-all.js @@ -79,6 +79,8 @@ $(function(){ storage = JSON.parse(storage); + restoreStates(); + var startFilterPages = function () { $('input[name="page-search"]').focus();