Your ROOT_URL in app.ini is http://git.osmesh.ru/ but you are visiting http://91.221.70.94:3000/MOS/OpenBoard/commit/8aea75c99d5a555791a94cd598c2f7ae272ac5ca?style=split&whitespace=ignore-eol
You should set ROOT_URL correctly, otherwise the web may not work correctly.
1 changed files with
3 additions and
3 deletions
resources/library/interactive/Graphme.wgt/Grapheur.xhtml
@ -103,15 +103,15 @@
$("#zoomDefaut").val(sankore.preference("defaultZoom", "4"));
$("#zoomDefaut").val(sankore.preference("defaultZoom", "4"));
reinitialiserZoom($("#zoomDefaut").val());
reinitialiserZoom($("#zoomDefaut").val());
if(sankore.preference("showGrid","0 ") == 1)
if(sankore.preference("showGrid","1 ") == 1)
$("#checkGrille").attr("checked", "checked");
$("#checkGrille").attr("checked", "checked");
else
else
$("#checkGrille").removeAttr('checked');
$("#checkGrille").removeAttr('checked');
if(sankore.preference("showAxis","0 ") == 1)
if(sankore.preference("showAxis","1 ") == 1)
$("#checkAxes").attr("checked", "checked");
$("#checkAxes").attr("checked", "checked");
else
else
$("#checkAxes").removeAttr('checked');
$("#checkAxes").removeAttr('checked');
if(sankore.preference("showScale","0 ") == 1)
if(sankore.preference("showScale","1 ") == 1)
$("#checkEchelle").attr("checked", "checked");
$("#checkEchelle").attr("checked", "checked");
else
else
$("#checkEchelle").removeAttr('checked');
$("#checkEchelle").removeAttr('checked');