Your ROOT_URL in app.ini is http://git.osmesh.ru/ but you are visiting http://91.221.70.94:3000/MOS/OpenBoard/commit/1833713dd75571873fe6cf1d4981adb0bdfe78df?style=split&whitespace=show-all
You should set ROOT_URL correctly, otherwise the web may not work correctly.
// UBSceneThumbnailPixmap* thumb = dynamic_cast<UBSceneThumbnailPixmap*> (item);
{
proxy=thumb->proxy();
// if (thumb)
if(proxy)
// {
{
// proxy = thumb->proxy();
sceneIndexes.append(thumb->sceneIndex());
// if (proxy)
}
// {
}
// sceneIndexes.append(thumb->sceneIndex());
}
// }
// }
if(UBApplication::mainWindow->yesNoQuestion(tr("Remove Page"),tr("Are you sure you want to remove %n page(s) from the selected document '%1'?","",sceneIndexes.count()).arg(proxy->metaData(UBSettings::documentName).toString())))
// if(UBApplication::mainWindow->yesNoQuestion(tr("Remove Page"), tr("Are you sure you want to remove %n page(s) from the selected document '%1'?", "", sceneIndexes.count()).arg(proxy->metaData(UBSettings::documentName).toString())))
if(UBApplication::mainWindow->yesNoQuestion(tr("Remove Page"),tr("Are you sure you want to remove %n page(s) from the selected document '%1'?","",sceneIndexes.count()).arg(proxy->metaData(UBSettings::documentName).toString())))