finish updating themes for colorbox

This commit is contained in:
Zach Prezkuta 2013-02-04 18:06:43 -07:00
parent 0f25455d1b
commit 1033e8896f
30 changed files with 114 additions and 111 deletions

View file

@ -124,9 +124,9 @@
});
// fancyboxes
$j("a.popupbox").fancybox({
'transitionIn' : 'none',
'transitionOut' : 'none'
$j("a.popupbox").colorbox({
'inline' : true,
'transition' : 'none'
});