* fix noProject undefined error.

This commit is contained in:
Catouse
2017-05-09 16:20:43 +08:00
parent d9bb5678bb
commit 082b08ee7b
+1 -1
View File
@@ -5,5 +5,5 @@ function setWhite(acl)
$(document).ready(function()
{
if(noProject) $('#aclprivate').parents('.radio').remove();
if(window.noProject) $('#aclprivate').parents('.radio').remove();
})