|  | @@ -909,7 +909,7 @@ throw new Error('AdminLTE requires jQuery')
 | 
	
		
			
				|  |  |      }
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |      parent.addClass(ClassName.open);
 | 
	
		
			
				|  |  | -    tree.slideDown(this.options.animationSpeed, function () {
 | 
	
		
			
				|  |  | +    tree.stop().slideDown(this.options.animationSpeed, function () {
 | 
	
		
			
				|  |  |        $(this.element).trigger(expandedEvent);
 | 
	
		
			
				|  |  |        parent.height('auto');
 | 
	
		
			
				|  |  |      }.bind(this));
 | 
	
	
		
			
				|  | @@ -920,7 +920,7 @@ throw new Error('AdminLTE requires jQuery')
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |      //tree.find(Selector.open).removeClass(ClassName.open);
 | 
	
		
			
				|  |  |      parentLi.removeClass(ClassName.open);
 | 
	
		
			
				|  |  | -    tree.slideUp(this.options.animationSpeed, function () {
 | 
	
		
			
				|  |  | +    tree.stop().slideUp(this.options.animationSpeed, function () {
 | 
	
		
			
				|  |  |        //tree.find(Selector.open + ' > ' + Selector.treeview).slideUp();
 | 
	
		
			
				|  |  |        $(this.element).trigger(collapsedEvent);
 | 
	
		
			
				|  |  |  
 |