10 lines
257 B
JavaScript
Executable File
10 lines
257 B
JavaScript
Executable File
$(document).ready(function()
|
|
{
|
|
$(".runcase").colorbox({width:900, height:600, iframe:true, transition:'none'});
|
|
$(".results").colorbox({width:900, height:600, iframe:true, transition:'none'});
|
|
})
|
|
function setComment()
|
|
{
|
|
$('#comment').toggle();
|
|
}
|