From 1785447fd4d8c06435c80e888b27fc9da0475b7f Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Mon, 10 Oct 2016 06:53:47 +0300 Subject: [PATCH] minor fix... Signed-off-by: Alex A. Naanou --- pwiki.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pwiki.js b/pwiki.js index cc0004e..de53d33 100755 --- a/pwiki.js +++ b/pwiki.js @@ -1298,6 +1298,7 @@ var pWikiUIActions = actions.Actions({ dom: null, page: null, + // XXX might be a good idea to add actions to setup/clear a filter... __dom_filters__: { // sortable elements... '.sortable': function(elems){ @@ -1415,7 +1416,6 @@ var pWikiUIActions = actions.Actions({ page.location(path) - this.dom.attr('wiki-active', 'no') this.reload() }], @@ -1425,6 +1425,7 @@ var pWikiUIActions = actions.Actions({ var page = this.page this.dom + .attr('wiki-active', 'no') .empty() // update path and render page... // XXX revise the default view approach...