6 lines
263 B
JavaScript
Executable File
6 lines
263 B
JavaScript
Executable File
$(document).ready(function()
|
|
{
|
|
if(onlybody != 'yes')$(".runCase").modalTrigger({width:900, type:'iframe', afterHide:function(){parent.location.href=parent.location.href;}});
|
|
if(onlybody != 'yes')$(".results").modalTrigger({width:900, type:'iframe'});
|
|
})
|