disabling changes in desktop, missed out in last one
This commit is contained in:
		
							parent
							
								
									0a9fd6a4b5
								
							
						
					
					
						commit
						2f673b20ad
					
				|  | @ -226,7 +226,7 @@ var orbitDesktop = function(dom){ | |||
| 
 | ||||
|   this.bindDesktopEvents = function(){  //this function will bind the global handlers to thd desktop, for example doc
 | ||||
|     $(".docklist a").click(function(){ | ||||
|       if( !$( this ).hasClass( 'disable' ) ) | ||||
|       if( !$( this ).parent().hasClass( 'disable' ) ) | ||||
|           o.menu_item($(this)); | ||||
|       return false; | ||||
|     }); | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue