Bugfix: fix handling with colorbox popups in frio

This commit is contained in:
rabuzarus 2016-12-25 01:47:18 +01:00
parent ca734f168c
commit 0d76796f30
1 changed files with 4 additions and 2 deletions

View File

@ -161,10 +161,12 @@
// fancyboxes // fancyboxes
$("a.popupbox").colorbox({ $("a.popupbox").colorbox({
'inline' : true, 'inline' : true,
'transition' : 'elastic' 'transition' : 'elastic',
'maxWidth' : '100%'
}); });
$("a.ajax-popupbox").colorbox({ $("a.ajax-popupbox").colorbox({
'transition' : 'elastic' 'transition' : 'elastic',
'maxWidth' : '100%'
}); });
/* notifications template */ /* notifications template */