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

Each time the tutorial is opened the main page is reload

preferencesAboutTextFull
Claudio Valerio 13 years ago
parent a9cb64da4c
commit 1d0142f144
  1. 2
      src/web/UBWebController.cpp

@ -212,6 +212,8 @@ void UBWebController::tutorialWebInstance()
(*mCurrentWebBrowser)->tabWidget()->lineEdits()->hide();
}
else
(*mCurrentWebBrowser)->loadUrl(currentUrl);
UBApplication::applicationController->setMirrorSourceWidget((*mCurrentWebBrowser)->paintWidget());

Loading…
Cancel
Save