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

upgraded wikipedia app

preferencesAboutTextFull
unknown 14 years ago
parent 61c26dc052
commit 2cc5dea144
  1. 2
      resources/library/interactive/Wikipedia.wgt/index.html

@ -187,7 +187,7 @@
toolbar.state = "started"; toolbar.state = "started";
} }
else else
$('#web-browser').attr('src',"http://mobile.wikipedia.org/transcode.php?go=" + textBoxInput); $('#web-browser').attr('src',"http://" + lang + ".mobile.wikipedia.org/wiki/" + textBoxInput);
$('#url').val(kword); $('#url').val(kword);
$('#toolbar-button-search').css("background-image", "url(images/toolbarLoading.jpg)"); $('#toolbar-button-search').css("background-image", "url(images/toolbarLoading.jpg)");
toolbar.loading = true; toolbar.loading = true;

Loading…
Cancel
Save