diff --git a/static/js/pandora/folderList.js b/static/js/pandora/folderList.js index 692fb3b1..cc20919a 100644 --- a/static/js/pandora/folderList.js +++ b/static/js/pandora/folderList.js @@ -81,7 +81,7 @@ pandora.ui.folderList = function(id) { format: function(value, data) { return $('') .attr({ - src: Ox.UI.getImageURL(value == 'smart' ? 'symbolFind' : value == 'pdf' ? 'symbolFiles' : value == 'html' ? 'symbolFile' : 'symbolClick') + src: Ox.UI.getImageURL(value == 'smart' ? 'symbolFind' : value == 'pdf' ? 'symbolBook' : value == 'html' ? 'symbolFile' : 'symbolClick') }) .css({ width: '10px',