Files
EasySoft-ZenTaoPMS/module/testcase/js/view.js
T

6 lines
205 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'});
})