Replace fancybox with colorbox

This commit is contained in:
Stefan Parviainen
2015-01-05 19:49:15 +01:00
parent c9f26c8b7b
commit b320b8cbf3
101 changed files with 1530 additions and 724 deletions

View File

@@ -269,9 +269,9 @@
}
// fancyboxes
$("a.popupbox").fancybox({
'transitionIn' : 'elastic',
'transitionOut' : 'elastic'
// Is this actually used anywhere?
$("a.popupbox").colorbox({
'transition' : 'elastic'
});