Your ROOT_URL in app.ini is http://git.osmesh.ru/ but you are visiting http://91.221.70.94:3000/MOS/OpenBoard/blame/commit/35a5e40b9a6a680f47c788a36e6f62896a70a406/resources/library/applications/Anyembed.wgt/js/languages.js
You should set ROOT_URL correctly, otherwise the web may not work correctly.
|
|
|
var sankoreLang = {
|
|
|
|
"en":{
|
|
|
|
"embed": "Embed"
|
|
|
|
},
|
|
|
|
"ru":{
|
|
|
|
"embed": "Вставить"
|
|
|
|
},
|
|
|
|
"fr":{
|
|
|
|
"embed": "Intégrer"
|
|
|
|
}
|
|
|
|
};
|