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

D'n'd from browser fixed for mac.

preferencesAboutTextFull
Aleksei Kanash 13 years ago
parent 51ebe365c3
commit 4d5915422d
  1. 2
      src/board/UBBoardController.cpp

@ -2341,7 +2341,7 @@ void UBBoardController::processMimeData(const QMimeData* pMimeData, const QPoint
QString qsUrl = UBPlatformUtils::urlFromClipboard();
if("" != qsUrl){
// We finally got the url of the dropped ressource! Let's import it!
downloadURL(qsUrl, pPos);
downloadURL(qsUrl, qsUrl, pPos);
return;
}
#endif

Loading…
Cancel
Save