Files
EasySoft-ZenTaoPMS/module/story/js/view.js
T

5 lines
208 B
JavaScript

$(function()
{
if(onlybody != 'yes') $(function(){$('.iframe').colorbox({width:900, height:500, iframe:true, transition:'none', onCleanup:function(){parent.location.href=parent.location.href;}});})
});