Themes fixed…

This commit is contained in:
Harry Bomrah 2012-03-30 18:06:06 +08:00
parent aa3997f7cf
commit bbd2c23b3d
1 changed files with 2 additions and 2 deletions

View File

@ -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( $('<link rel="stylesheet" id="dyn_css" type="text/css" />').attr('href', "?"+o.themefolder+"/"+theme+"/css/"+ts.css));
$('head').append( $('<link rel="stylesheet" id="dyn_css" type="text/css" />').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;