all key is *
This commit is contained in:
parent
b0a8f88910
commit
86cc4b3f31
1 changed files with 1 additions and 1 deletions
|
@ -1442,7 +1442,7 @@ pandora.getFoldersWidth = function(section) {
|
||||||
pandora.getFindLayer = function() {
|
pandora.getFindLayer = function() {
|
||||||
var key = pandora.user.ui._findState.key
|
var key = pandora.user.ui._findState.key
|
||||||
if (!Ox.getObjectById(pandora.site.layers, key)) {
|
if (!Ox.getObjectById(pandora.site.layers, key)) {
|
||||||
key = 'all'
|
key = '*'
|
||||||
}
|
}
|
||||||
return key
|
return key
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue