6 lines
277 B
JavaScript
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'});
|
|
})
|