From 6237a199af2ac7791583722da8f7f3b6472e3ca9 Mon Sep 17 00:00:00 2001 From: Yuchen Wang Date: Wed, 19 Oct 2011 14:01:51 -0400 Subject: [PATCH] CC-2968: Folder icons missing when choosing Import Folder Changed the path to the img resource. Icon shows up fine now. --- airtime_mvc/public/js/airtime/preferences/musicdirs.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/airtime_mvc/public/js/airtime/preferences/musicdirs.js b/airtime_mvc/public/js/airtime/preferences/musicdirs.js index 44974d483..796baec96 100644 --- a/airtime_mvc/public/js/airtime/preferences/musicdirs.js +++ b/airtime_mvc/public/js/airtime/preferences/musicdirs.js @@ -13,7 +13,7 @@ function setWatchedDirEvents() { //knownPaths: [{text:'Desktop', image:'desktop.png', path:'/home'}], knownPaths: [], imageUrl: 'img/icons/', - systemImageUrl: 'img/browser/', + systemImageUrl: '/css/img/', handlerUrl: '/Preference/server-browse/format/json', title: 'Choose Storage Folder', basePath: '',