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;