forked from 0x2620/pandora
fix context
This commit is contained in:
parent
85095eda44
commit
b0a8f88910
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue