mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2025-04-05 17:38:01 +08:00
check javascript bugs
This commit is contained in:
parent
aa6b31d474
commit
b3c6df2931
@ -119,7 +119,7 @@ var ztree = function () {
|
||||
|
||||
var url;
|
||||
var type = $("#moduleType");
|
||||
if (type == "UserElement") {
|
||||
if (type.val() == "UserElement") {
|
||||
url = '/ModuleManager/LoadForUser';
|
||||
} else {
|
||||
url = '/ModuleManager/LoadForRole';
|
||||
|
Loading…
Reference in New Issue
Block a user