diff --git a/static/js/utils.js b/static/js/utils.js index 977c95e7..20b59253 100644 --- a/static/js/utils.js +++ b/static/js/utils.js @@ -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