Bugfix: fix handling with colorbox popups in frio
This commit is contained in:
		
					parent
					
						
							
								ca734f168c
							
						
					
				
			
			
				commit
				
					
						0d76796f30
					
				
			
		
					 1 changed files with 4 additions and 2 deletions
				
			
		|  | @ -161,10 +161,12 @@ | |||
| 		// fancyboxes
 | ||||
| 		$("a.popupbox").colorbox({ | ||||
| 			'inline' : true, | ||||
| 			'transition' : 'elastic' | ||||
| 			'transition' : 'elastic', | ||||
| 			'maxWidth' : '100%' | ||||
| 		}); | ||||
| 		$("a.ajax-popupbox").colorbox({ | ||||
| 			'transition' : 'elastic' | ||||
| 			'transition' : 'elastic', | ||||
| 			'maxWidth' : '100%' | ||||
| 		}); | ||||
| 
 | ||||
| 		/* notifications template */ | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 rabuzarus
				rabuzarus