- remove transition.

This commit is contained in:
zhujinyong
2013-02-27 07:42:17 +00:00
parent ad0d88ec1d
commit 8e065ebad7

View File

@@ -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;}});
})
/**