mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 01:01:41 +09:00
Fix setting lang codes directly to xe object, not xe.lang
This commit is contained in:
parent
dbd46edcc2
commit
0be03f216f
8 changed files with 46 additions and 46 deletions
|
|
@ -1522,12 +1522,12 @@ jQuery(function($){
|
|||
|
||||
$(document.body).on("click", '._menuSelector_menuTreeContainer a', function(){
|
||||
if($(this).hasClass('_nodeType_1')){
|
||||
$.xeMsgBox.alert(xe.msg_no_root);
|
||||
$.xeMsgBox.alert(xe.lang.msg_no_root);
|
||||
return;
|
||||
}
|
||||
|
||||
if($(this).hasClass('_nodeType_3')){
|
||||
$.xeMsgBox.alert(xe.msg_no_shortcut);
|
||||
$.xeMsgBox.alert(xe.lang.msg_no_shortcut);
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue