diff --git a/.gitignore b/.gitignore index bcf0f330fb..24e38080d6 100755 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ /.settings /.settings/org.eclipse.core.resources.prefs /.idea +/build \ No newline at end of file diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index 7feff26993..3cc8c20b44 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -12,7 +12,7 @@ $wgBaseMwEmbedPath = realpath( dirname( __FILE__ ) . '/../' ); // The version of the library: -$wgMwEmbedVersion = '2.20.rc13'; +$wgMwEmbedVersion = '2.20.rc14'; // Default HTTP protocol from GET or SERVER parameters diff --git a/modules/KalturaSupport/components/dualScreen/dualScreen.js b/modules/KalturaSupport/components/dualScreen/dualScreen.js index 43f44a303d..7123f83c04 100644 --- a/modules/KalturaSupport/components/dualScreen/dualScreen.js +++ b/modules/KalturaSupport/components/dualScreen/dualScreen.js @@ -430,6 +430,8 @@ } ); this.bind( 'seeked', function () { var cuePoint = _this.getCurrentCuePoint(); + console.info("seeked"); + console.info(cuePoint); _this.sync( cuePoint ); } ); @@ -454,6 +456,8 @@ } ); } ); this.bind( 'KalturaSupport_CuePointReached', function ( e, cuePointObj ) { + console.info("KalturaSupport_CuePointReached"); + console.info(cuePointObj.cuePoint); _this.sync( cuePointObj.cuePoint ); } ); this.bind( 'KalturaSupport_ThumbCuePointsUpdated', function (e, cuepoints ) {