From b0a8f889103cfd1ffc2e906fdbf889c1411e411e Mon Sep 17 00:00:00 2001 From: j Date: Fri, 1 Nov 2019 15:27:16 +0100 Subject: [PATCH] fix context --- static/js/utils.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/js/utils.js b/static/js/utils.js index 977c95e7..20b59253 100644 --- a/static/js/utils.js +++ b/static/js/utils.js @@ -1441,7 +1441,7 @@ pandora.getFoldersWidth = function(section) { pandora.getFindLayer = function() { var key = pandora.user.ui._findState.key - if (!!Ox.getObjectById(pandora.site.layers, key)) { + if (!Ox.getObjectById(pandora.site.layers, key)) { key = 'all' } return key