Your ROOT_URL in app.ini is http://git.osmesh.ru/ but you are visiting http://91.221.70.94:3000/MOS/OpenBoard/commit/0798539824ee527e2516b51b3e8679497ecdb929?style=split&whitespace=ignore-all
You should set ROOT_URL correctly, otherwise the web may not work correctly.
2 changed files with
3 additions and
3 deletions
src/board/UBBoardPaletteManager.cpp
src/web/UBWebController.cpp
@ -731,11 +731,11 @@ void UBBoardPaletteManager::changeMode(eUBDockPaletteWidgetMode newMode, bool is
if ( mKeyboardPalette - > m_isVisible )
if ( mKeyboardPalette - > m_isVisible )
{
{
mKeyboardPalette - > hide ( ) ;
mKeyboardPalette - > hide ( ) ;
mKeyboardPalette - > setParent ( brWnd ) ;
mKeyboardPalette - > setParent ( UBApplication : : mainWindow ) ;
mKeyboardPalette - > show ( ) ;
mKeyboardPalette - > show ( ) ;
}
}
else
else
mKeyboardPalette - > setParent ( brWnd ) ;
mKeyboardPalette - > setParent ( UBApplication : : mainWindow ) ;
}
}
}
}
@ -423,7 +423,7 @@ void UBWebController::setupPalettes()
{
{
if ( ! ( * mToolsCurrentPalette ) )
if ( ! ( * mToolsCurrentPalette ) )
{
{
( * mToolsCurrentPalette ) = new UBWebToolsPalette ( ( * mCurrentWebBrowser ) , false ) ;
( * mToolsCurrentPalette ) = new UBWebToolsPalette ( UBApplication : : mainWindow , false ) ;
# ifndef Q_WS_WIN
# ifndef Q_WS_WIN
if ( UBPlatformUtils : : hasVirtualKeyboard ( ) & & UBApplication : : boardController - > paletteManager ( ) - > mKeyboardPalette )
if ( UBPlatformUtils : : hasVirtualKeyboard ( ) & & UBApplication : : boardController - > paletteManager ( ) - > mKeyboardPalette )