Your ROOT_URL in app.ini is http://git.osmesh.ru/ but you are visiting http://91.221.70.94:3000/MOS/OpenBoard/commit/cb5d2dba18ad63d245043d8f36e2f7642a52b69a?style=split&whitespace=ignore-change
You should set ROOT_URL correctly, otherwise the web may not work correctly.
1 changed files with
1 additions and
0 deletions
src/desktop/UBDesktopAnnotationController.cpp
@ -129,6 +129,7 @@ UBDesktopAnnotationController::UBDesktopAnnotationController(QObject *parent, UB
connect ( mDesktopPalette , SIGNAL ( minimizeStart ( eMinimizedLocation ) ) , this , SLOT ( onDesktopPaletteMinimize ( ) ) ) ;
connect ( mDesktopPalette , SIGNAL ( minimizeStart ( eMinimizedLocation ) ) , this , SLOT ( onDesktopPaletteMinimize ( ) ) ) ;
connect ( mDesktopPalette , SIGNAL ( mouseEntered ( ) ) , mTransparentDrawingScene , SLOT ( hideTool ( ) ) ) ;
connect ( mDesktopPalette , SIGNAL ( mouseEntered ( ) ) , mTransparentDrawingScene , SLOT ( hideTool ( ) ) ) ;
connect ( mRightPalette , SIGNAL ( mouseEntered ( ) ) , mTransparentDrawingScene , SLOT ( hideTool ( ) ) ) ;
connect ( mRightPalette , SIGNAL ( mouseEntered ( ) ) , mTransparentDrawingScene , SLOT ( hideTool ( ) ) ) ;
connect ( mRightPalette , SIGNAL ( pageSelectionChangedRequired ( ) ) , this , SLOT ( updateBackground ( ) ) ) ;
connect ( mTransparentDrawingView , SIGNAL ( resized ( QResizeEvent * ) ) , this , SLOT ( onTransparentWidgetResized ( ) ) ) ;
connect ( mTransparentDrawingView , SIGNAL ( resized ( QResizeEvent * ) ) , this , SLOT ( onTransparentWidgetResized ( ) ) ) ;