Your ROOT_URL in app.ini is http://git.osmesh.ru/ but you are visiting http://91.221.70.94:3000/MOS/OpenBoard/commit/c987dabbafc7078fd845de974b3eb3525e595bd0?style=unified&whitespace=ignore-change
You should set ROOT_URL correctly, otherwise the web may not work correctly.
1 changed files with
3 additions and
4 deletions
resources/library/applications/Wikipedia.wgt/index.html
@ -1,4 +1,3 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
< html xmlns = "http://www.w3.org/1999/xhtml" xmlns:v = "urn:schemas-microsoft-com:vml" >
< head >
@ -15,7 +14,7 @@
< script type = "text/javascript" >
var popupFlag = false
var popupFlag = false;
var browsing = false;
var lang = 'en';
var internalChange = false;
@ -195,7 +194,7 @@
toolbar.state = "started";
}
else
$('#web-browser').attr('src',"http://" + lang + ".mobile .wikipedia.org/wiki/" + textBoxInput);
$('#web-browser').attr('src',"http://" + lang + ".m.wikipedia.org/wiki/" + textBoxInput);
$('#url').val(kword);
$('#toolbar-button-search').css("background-image", "url(images/toolbarLoading.jpg)");
toolbar.loading = true;