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