fix events_reminder popup

This commit is contained in:
rabuzarus 2016-01-21 13:44:38 +01:00
parent 94dc1ef195
commit 03bef2c8f8
2 changed files with 4 additions and 2 deletions

View file

@ -160,7 +160,9 @@
'inline' : true,
'transition' : 'elastic'
});
$("a.ajax-popupbox").colorbox({
'transition' : 'elastic'
});
/* notifications template */
var notifications_tpl= unescape($("#nav-notifications-template[rel=template]").html());