frio - events - fix double click on date
This commit is contained in:
		
					parent
					
						
							
								48a77af49d
							
						
					
				
			
			
				commit
				
					
						ee0942b96d
					
				
			
		
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -45,7 +45,7 @@ | |||
| 			}, | ||||
| 			loading: function(isLoading, view) { | ||||
| 				if(!isLoading) { | ||||
| 					$('td.fc-day').dblclick(function() { window.location.href='/events/new?start='+$(this).data('date'); }); | ||||
| 					$('td.fc-day').dblclick(function() { addToModal('/events/new?start='+$(this).data('date')); }); | ||||
| 				} | ||||
| 			}, | ||||
| 			 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 rabuzarus
				rabuzarus