Files
EasySoft-ZenTaoPMS/module/testcase/js/view.js
chencongzhi520@gmail.com 031b8fc9f0 * Adjust the icons.
2012-07-14 07:26:53 +00:00

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();
}