From dc37e4d72856bca63df6b933bb4cefbfd17f63c9 Mon Sep 17 00:00:00 2001 From: rolux Date: Thu, 21 Feb 2013 13:56:46 +0530 Subject: [PATCH] update pdf icon --- static/js/pandora/folderList.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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',