all key is *

This commit is contained in:
j 2019-11-01 15:32:34 +01:00
parent b0a8f88910
commit 86cc4b3f31

View file

@ -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
};