Your ROOT_URL in app.ini is http://git.osmesh.ru/ but you are visiting http://91.221.70.94:3000/MOS/OpenBoard/commit/c1b85705fda1e70e035fe8f01d6bdf522cc0aa66?style=unified&whitespace=ignore-all You should set ROOT_URL correctly, otherwise the web may not work correctly.

partially fixed issue 711

preferencesAboutTextFull
Claudio Valerio 13 years ago
parent 93fd37bbda
commit c1b85705fd
  1. 6
      resources/library/applications/Navigateur Web.wgt/index.html

@ -228,9 +228,9 @@
if(resizerIndex > 80){
resizerIndex = 0;
$("#back-button").trigger("click");
alert(sankoreLang[lang].alert);
//$("#textbox").val("http://www.google.com/search?q=" + $("#textbox").val().replace("http://", ""));
//$("#search-button").trigger("click");
//alert(sankoreLang[lang].alert);
$("#textbox").val("http://www.google.com/search?q=" + $("#textbox").val().replace("http://", ""));
$("#search-button").trigger("click");
}else{
resizer = setTimeout(function(){checkLoading()}, 100);
resizerIndex++;

Loading…
Cancel
Save