Your ROOT_URL in app.ini is http://git.osmesh.ru/ but you are visiting http://91.221.70.94:3000/MOS/OpenBoard/commit/4bdecc834c63498128d6de901d45bc61ad7f99cb?style=unified&whitespace=show-all
You should set ROOT_URL correctly, otherwise the web may not work correctly.
2 changed files with
1 additions and
1 deletions
BIN
resources/library/animations/Suma de los angulos de un triangulo.swf
src/board/UBFeaturesController.cpp
@ -334,7 +334,7 @@ UBFeaturesController::UBFeaturesController(QWidget *pParentWidget) :
audiosElement = UBFeature ( audiosPath , QImage ( " :images/libpalette/AudiosCategory.svg " ) , tr ( " Audios " ) , mUserAudioDirectoryPath , FEATURE_CATEGORY ) ;
moviesElement = UBFeature ( moviesPath , QImage ( " :images/libpalette/MoviesCategory.svg " ) , tr ( " Movies " ) , mUserVideoDirectoryPath , FEATURE_CATEGORY ) ;
picturesElement = UBFeature ( picturesPath , QImage ( " :images/libpalette/PicturesCategory.svg " ) , tr ( " Pictures " ) , mUserPicturesDirectoryPath , FEATURE_CATEGORY ) ;
flashElement = UBFeature ( flashPath , QImage ( " :images/libpalette/FlashCategory.svg " ) , tr ( " Animations " ) , mUserAnimationDirectoryPath , FEATURE_CATEGORY ) ;
//flashElement = UBFeature( flashPath, QImage(":images/libpalette/FlashCategory.svg"), tr("Animations") , mUserAnimationDirectoryPath, FEATURE_CATEGORY);
interactElement = UBFeature ( interactPath , QImage ( " :images/libpalette/InteractivesCategory.svg " ) , tr ( " Interactivities " ) , mLibInteractiveDirectoryPath , FEATURE_CATEGORY ) ;
applicationsElement = UBFeature ( appPath , QImage ( " :images/libpalette/ApplicationsCategory.svg " ) , tr ( " Applications " ) , mUserInteractiveDirectoryPath , FEATURE_CATEGORY ) ;
shapesElement = UBFeature ( shapesPath , QImage ( " :images/libpalette/ShapesCategory.svg " ) , tr ( " Shapes " ) , mLibShapesDirectoryPath , FEATURE_CATEGORY ) ;