fix context

This commit is contained in:
j 2019-11-01 15:27:16 +01:00
parent 85095eda44
commit b0a8f88910

View file

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