Your ROOT_URL in app.ini is http://git.osmesh.ru/ but you are visiting http://91.221.70.94:3000/MOS/OpenBoard/commit/18925ab001a9d7181e9b30f0e451f92da463bc2a You should set ROOT_URL correctly, otherwise the web may not work correctly.

fixed working issue

preferencesAboutTextFull
Claudio Valerio 13 years ago
parent e2b47126f9
commit 18925ab001
  1. 4
      resources/library/interactivities/BlackYellow.wgt/locales/fr/scripts/blackYellow.js

@ -13,7 +13,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
var sankoreLang = {display: "Afficher", edit: "Modifier", add: "Ajouter", enter_data: "Entrer les données:", enter_result: "Entrez le résultat:", ok: "Ок", cancel: "Annuler"};
var sankoreLang = {display: "Afficher", edit: "Modifier", add: "Ajouter", enter_data: "Entrer la donnée:", enter_result: "Entrer le résultat:", ok: "Accepter", cancel: "Annuler"};
function init(){
@ -405,4 +405,4 @@ function addTask(expression, result){
var exprContainer = $("<div class='taskContainer' style='color: yellow;' contenteditable='true'>" + expression + "</div>").appendTo(main);
var resContainer = $("<div class='taskContainer' style='color: black;' contenteditable='true'>"+ result + "</div>").appendTo(main);
main.appendTo(editContent);
}
}

Loading…
Cancel
Save