Themes fixed…
This commit is contained in:
		
							parent
							
								
									ddf6a606a2
								
							
						
					
					
						commit
						58b51f0d17
					
				| 
						 | 
				
			
			@ -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;
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in New Issue