From bbd2c23b3d7a62eaf2e6cb779c8ecf47916bbc62 Mon Sep 17 00:00:00 2001 From: Harry Bomrah Date: Fri, 30 Mar 2012 18:06:06 +0800 Subject: [PATCH] =?UTF-8?q?Themes=20fixed=E2=80=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/assets/javascripts/orbitdesktop.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/assets/javascripts/orbitdesktop.js b/app/assets/javascripts/orbitdesktop.js index 6280193b..7d6d649c 100755 --- a/app/assets/javascripts/orbitdesktop.js +++ b/app/assets/javascripts/orbitdesktop.js @@ -26,7 +26,7 @@ var orbitDesktop = function(dom){ $.getJSON("/"+o.themefolder+"/"+theme+"/settings/"+theme+".json",function(ts){ o.themesettings = eval(ts); $('head').find("#dyn_css").remove(); - $('head').append( $('').attr('href', "?"+o.themefolder+"/"+theme+"/css/"+ts.css)); + $('head').append( $('').attr('href', "/"+o.themefolder+"/"+theme+"/css/"+ts.css)); o.loadWallpaper(); o.loadIconCache(); }) @@ -133,7 +133,7 @@ var orbitDesktop = function(dom){ } }; this.tempFunc = function(){ - o.notify("This is test notification!!","imp") + o.notify("This is test notification!!","alert",2) } this.initializeAppSearch = function(target){ o.currenthtml = target;