Files
EasySoft-ZenTaoPMS/module/testcase/js/view.js
2016-06-22 17:19:38 +08:00

6 lines
277 B
JavaScript

$(document).ready(function()
{
if(config.onlybody != 'yes')$(".runCase").modalTrigger({width:900, type:'iframe', afterHide:function(){parent.location.href=parent.location.href;}});
if(config.onlybody != 'yes')$(".results").modalTrigger({width:900, type:'iframe'});
})