Files
EasySoft-ZenTaoPMS/module/bug/js/view.js
2011-12-24 01:40:31 +00:00

5 lines
52 B
JavaScript

function setComment()
{
$('#comment').toggle();
}