Your ROOT_URL in app.ini is http://git.osmesh.ru/ but you are visiting http://91.221.70.94:3000/MOS/OpenBoard/commit/d85bc8121967871d3415582f61dd42bf7a6c4fe8
You should set ROOT_URL correctly, otherwise the web may not work correctly.
3 changed files with
33 additions and
6 deletions
resources/library/interactivities/Ass images.wgt/js/script.js
resources/library/interactivities/Ass images.wgt/locales/fr/js/script.js
resources/library/interactivities/Ass images.wgt/locales/ru/js/script.js
@ -33,12 +33,21 @@ function start(){
//events
if ( window . widget ) {
window . widget . onleave = function ( ) {
//exportData();
exportData ( ) ;
}
}
$ ( "#wgt_reload" ) . click ( function ( ) {
window . location . reload ( ) ;
if ( $ ( "#wgt_display" ) . hasClass ( "selected" ) ) {
$ ( "#wgt_edit" ) . trigger ( "click" ) ;
$ ( "#wgt_display" ) . trigger ( "click" ) ;
} else {
$ ( "#wgt_display" ) . trigger ( "click" ) ;
}
} ) ;
$ ( "#wgt_reload, #wgt_display, #wgt_edit" ) . mouseover ( function ( ) {
exportData ( ) ;
} ) ;
$ ( ".style_select" ) . change ( function ( event ) {
@ -33,12 +33,21 @@ function start(){
//events
if ( window . widget ) {
window . widget . onleave = function ( ) {
//exportData();
exportData ( ) ;
}
}
$ ( "#wgt_reload" ) . click ( function ( ) {
window . location . reload ( ) ;
if ( $ ( "#wgt_display" ) . hasClass ( "selected" ) ) {
$ ( "#wgt_edit" ) . trigger ( "click" ) ;
$ ( "#wgt_display" ) . trigger ( "click" ) ;
} else {
$ ( "#wgt_display" ) . trigger ( "click" ) ;
}
} ) ;
$ ( "#wgt_reload, #wgt_display, #wgt_edit" ) . mouseover ( function ( ) {
exportData ( ) ;
} ) ;
$ ( ".style_select" ) . change ( function ( event ) {
@ -33,12 +33,21 @@ function start(){
//events
if ( window . widget ) {
window . widget . onleave = function ( ) {
//exportData();
exportData ( ) ;
}
}
$ ( "#wgt_reload" ) . click ( function ( ) {
window . location . reload ( ) ;
if ( $ ( "#wgt_display" ) . hasClass ( "selected" ) ) {
$ ( "#wgt_edit" ) . trigger ( "click" ) ;
$ ( "#wgt_display" ) . trigger ( "click" ) ;
} else {
$ ( "#wgt_display" ) . trigger ( "click" ) ;
}
} ) ;
$ ( "#wgt_reload, #wgt_display, #wgt_edit" ) . mouseover ( function ( ) {
exportData ( ) ;
} ) ;
$ ( ".style_select" ) . change ( function ( event ) {