From 343d5fcd6626cfc3c5bf5bec0ebc7fcf09457e3c Mon Sep 17 00:00:00 2001 From: j <0x006A@0x2620.org> Date: Thu, 27 Oct 2011 22:17:28 +0000 Subject: [PATCH] use pandora icon --- static/js/pandora/siteDialog.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/js/pandora/siteDialog.js b/static/js/pandora/siteDialog.js index 825b26b6..ea24ca92 100644 --- a/static/js/pandora/siteDialog.js +++ b/static/js/pandora/siteDialog.js @@ -42,7 +42,7 @@ pandora.ui.siteDialog = function(section) { .append( $('') .attr({src: '/static/png/' + ( - id == 'software' ? 'pandora' : 'logo' + id == 'software' ? 'pandora/icon' : 'logo' ) + '256.png'}) .css({width: '256px'}) ),