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