Files
EasySoft-ZenTaoPMS/module/product/js/common.js
wangchunsheng abb0fc44a1 * rewrite the ui of product module.
* splite the js.
2011-03-01 15:42:22 +00:00

5 lines
131 B
JavaScript

function setWhite(acl)
{
acl == 'custom' ? $('#whitelistBox').removeClass('hidden') : $('#whitelistBox').addClass('hidden');
}