| 
					
				 | 
			
			
				@@ -1,5 +1,5 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 const subManager = new SubsManager(); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-const { calculateIndex } = Utils; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+const { calculateIndex, enableClickOnTouch } = Utils; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 Template.boardListHeaderBar.events({ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   'click .js-open-archived-board'() { 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -68,6 +68,9 @@ BlazeComponent.extendComponent({ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       }, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     }); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    // ugly touch event hotfix 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    enableClickOnTouch(itemsSelector); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     // Disable drag-dropping if the current user is not a board member or is comment only 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     this.autorun(() => { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       $boards.sortable('option', 'disabled', !userIsAllowedToMove()); 
			 |