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

Merge branch 'claudio-dev' of github.com:stayonshadow/PrivateBoard into claudio-dev

preferencesAboutTextFull
Claudio Valerio 12 years ago
commit 554ee8775b
  1. 2
      src/adaptors/UBSvgSubsetAdaptor.cpp

@ -1164,7 +1164,7 @@ QGraphicsItem *UBSvgSubsetAdaptor::UBSvgSubsetReader::readElementFromGroup()
if(!result)
result = mStrokesList.take(uuid.replace("}","").replace("{",""));
Q_ASSERT(result);
//Q_ASSERT(result);
mXmlReader.skipCurrentElement();
mXmlReader.readNext();

Loading…
Cancel
Save