Your ROOT_URL in app.ini is http://git.osmesh.ru/ but you are visiting http://91.221.70.94:3000/MOS/OpenBoard/commit/1deb0b1a33a4318d156d0472c1168812f27448e1?style=unified&whitespace=show-all
You should set ROOT_URL correctly, otherwise the web may not work correctly.
2 changed files with
5 additions and
5 deletions
resources/library/interactivities/Etudier.wgt/locales/fr/js/script.js
resources/library/interactivities/Ordre lettres.wgt/locales/fr/js/script.js
@ -5,9 +5,9 @@ var sankoreLang = {
new _txt : "Nouveau bloc de texte" ,
new _slide : "Ceci est une nouvelle diapositive." ,
wgt _name : "Etudier" ,
slate : "Bois " ,
pad : "Pad " ,
none : "A ucun" ,
slate : "ardoise " ,
pad : "tablette " ,
none : "a ucun" ,
help : "Aide" ,
help _content : "<p><h2>Etudier</h2></p>" +
"<p><h3>Livret de pages.</h3></p>" +
@ -8,7 +8,7 @@ var sankoreLang = {
wgt _name : "Ordonner des lettres" ,
reload : "Recharger" ,
slate : "ardoise" ,
pad : "pad " ,
pad : "tablette " ,
none : "aucun" ,
help : "Aide" ,
help _content : "<p><h2>Ordre des lettres</h2></p>" +
@ -565,4 +565,4 @@ if (window.widget) {
$ ( this ) . parent ( ) . find ( ":first-child" ) . removeClass ( "stop" ) . addClass ( "play" ) ;
} ) ;
}
}
}