Files
EasySoft-ZenTaoPMS/module/bug/js/resolve.js
wangchunsheng eb6302474e * splite the css.
* rewrite the css.
2011-02-19 15:07:38 +00:00

12 lines
181 B
JavaScript

function setDuplicate(resolution)
{
if(resolution == 'duplicate')
{
$('#duplicateBugBox').show();
}
else
{
$('#duplicateBugBox').hide();
}
}