mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-11 13:02:15 +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
|
|
@ -102,7 +102,7 @@ CKEDITOR.plugins.add('rx_paste', {
|
|||
* Display an error message.
|
||||
*/
|
||||
const displayError = function(type, message) {
|
||||
alert(window.xe.msg_file_upload_error + ' (Type ' + type + ")\n" + message);
|
||||
alert(Rhymix.lang('msg_file_upload_error') + ' (Type ' + type + ")\n" + message);
|
||||
};
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue