diff --git a/module/product/js/common.js b/module/product/js/common.js index aba210233e..782d3a06cf 100644 --- a/module/product/js/common.js +++ b/module/product/js/common.js @@ -5,5 +5,5 @@ function setWhite(acl) $(document).ready(function() { - if(noProject) $('#aclprivate').parents('.radio').remove(); + if(window.noProject) $('#aclprivate').parents('.radio').remove(); })