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

Fix for SANKORE-496

preferencesAboutTextFull
Aleksei Kanash 14 years ago
parent f2ee136035
commit a2ee87b010
  1. 2
      src/gui/UBLibPathViewer.cpp

@ -284,7 +284,7 @@ void UBLibPathViewer::showBack()
if(NULL != pLastElem)
{
mpBackElem->setPath(pLastElem->element()->path());
mpBackElem->setType(eUBLibElementType_Folder);
mpBackElem->setType(pLastElem->element()->type());
mpBackElem->setName(pLastElem->element()->name());
}

Loading…
Cancel
Save