Files
EasySoft-ZenTaoPMS/module/testcase/js/view.js
2018-12-17 15:39:49 +08:00

6 lines
281 B
JavaScript

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