Fix setting lang codes directly to xe object, not xe.lang

This commit is contained in:
Kijin Sung 2025-05-23 20:51:36 +09:00
parent dbd46edcc2
commit 0be03f216f
8 changed files with 46 additions and 46 deletions

View file

@ -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;
}