6 lines
313 B
JavaScript
Executable File
6 lines
313 B
JavaScript
Executable File
$(document).ready(function()
|
|
{
|
|
if(onlybody != 'yes')$(".runCase").colorbox({width:900, height:550, iframe:true, transition:'none', onCleanup:function(){parent.location.href=parent.location.href;}});
|
|
if(onlybody != 'yes')$(".results").colorbox({width:900, height:550, iframe:true, transition:'none'});
|
|
})
|