- remove transition.
This commit is contained in:
@@ -2,7 +2,7 @@ $(function()
|
||||
{
|
||||
$("#story").chosen({no_results_text: noResultsMatch});
|
||||
$("#mailto").autocomplete(userList, { multiple: true, mustMatch: true});
|
||||
$('.iframe').colorbox({width:900, height:500, iframe:true, onCleanup:function(){parent.location.href=parent.location.href;}});
|
||||
$('.iframe').colorbox({width:900, height:500, iframe:true, transition:'none', onCleanup:function(){parent.location.href=parent.location.href;}});
|
||||
})
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user