Merge pull request #3045 from rabuzarus/20161225_-_frio_colorbox_workaround

Bugfix: fix handling with colorbox popups in frio
Cette révision appartient à :
Michael Vogel 2016-12-25 06:47:56 +01:00 révisé par GitHub
révision 94027f19b4
1 fichiers modifiés avec 4 ajouts et 2 suppressions

Voir le fichier

@ -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 */