vue-tinymce-editor icon indicating copy to clipboard operation
vue-tinymce-editor copied to clipboard

Uncaught SyntaxError: Unexpected token '<' while setting language

Open aria321 opened this issue 5 years ago • 0 comments

I have copied fa_IR.js lang to plugins/langs folder and set the options like :

options: {
 language_url: '../plugins/langs/fa_IR.js' //This url points to location of persian language file.
},

but I got below error: Uncaught SyntaxError: Unexpected token '<'

aria321 avatar Dec 30 '19 18:12 aria321