Your ROOT_URL in app.ini is http://git.osmesh.ru/ but you are visiting https://git.osmesh.ru/MOS/OpenBoard/src/commit/18f00e6b2660cb17af93226a3a7fdba4ad22f279/resources/library/applications/Sel%20video.wgt/scripts/languages.js
You should set ROOT_URL correctly, otherwise the web may not work correctly.
|
var sankoreLang = {
|
|
"en":{
|
|
"show": "Show"
|
|
},
|
|
"ru":{
|
|
"show": "Смотреть"
|
|
},
|
|
"fr":{
|
|
"show": "Voir"
|
|
}
|
|
};
|
|
|
|
|