diff --git a/static/js/utils.js b/static/js/utils.js index 20b59253..32c40c08 100644 --- a/static/js/utils.js +++ b/static/js/utils.js @@ -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 };