From 86cc4b3f31fb845308e6ac2e8719748dcba481f9 Mon Sep 17 00:00:00 2001 From: j Date: Fri, 1 Nov 2019 15:32:34 +0100 Subject: [PATCH] all key is * --- 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 20b59253..32c40c08 100644 --- a/static/js/utils.js +++ b/static/js/utils.js @@ -1442,7 +1442,7 @@ pandora.getFoldersWidth = function(section) { pandora.getFindLayer = function() { var key = pandora.user.ui._findState.key if (!Ox.getObjectById(pandora.site.layers, key)) { - key = 'all' + key = '*' } return key };