Merge branch 'master' of https://github.com/lostcharlie/Bench4Q.git
This commit is contained in:
commit
8b3fd4c047
File diff suppressed because one or more lines are too long
|
@ -94,10 +94,9 @@ function jstreeCreate(containerId){
|
|||
var tmp = $.jstree.defaults.contextmenu.items();
|
||||
delete tmp.create;
|
||||
delete tmp.ccp;
|
||||
delete tmp.remove;
|
||||
if(containerId == "useBehaviorList"){
|
||||
if(node.data!="page" && node.data!="batch"){
|
||||
delete tmp.rename;
|
||||
}
|
||||
delete tmp.rename;
|
||||
}
|
||||
return tmp;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue