@ -18,40 +18,38 @@ $jscomp.checkStringArgs=function(a,b,c){if(null==a)throw new TypeError("The 'thi
EventEmitter . prototype . on = function ( a , b ) { "object" !== typeof this . events [ a ] && ( this . events [ a ] = [ ] ) ; this . events [ a ] . push ( b ) } ; EventEmitter . prototype . removeListener = function ( a , b ) { "object" === typeof this . events [ a ] && ( b = indexOf ( this . events [ a ] , b ) , - 1 < b && this . events [ a ] . splice ( b , 1 ) ) } ; EventEmitter . prototype . emit = function ( a ) { var b , c = [ ] . slice . call ( arguments , 1 ) ; if ( "object" === typeof this . events [ a ] ) { var d = this . events [ a ] . slice ( ) ; var e = d . length ; for ( b = 0 ; b < e ; b ++ ) d [ b ] . apply ( this , c ) } } ;
EventEmitter . prototype . once = function ( a , b ) { this . on ( a , function d ( ) { this . removeListener ( a , d ) ; b . apply ( this , arguments ) } ) } ;
var loadScript = function ( a , b , c ) { return new Promise ( function ( d , e ) { var f = document . createElement ( "script" ) ; f . async = ! 0 ; f . src = a ; for ( var g = $jscomp . makeIterator ( Object . entries ( b || { } ) ) , k = g . next ( ) ; ! k . done ; k = g . next ( ) ) { var h = $jscomp . makeIterator ( k . value ) ; k = h . next ( ) . value ; h = h . next ( ) . value ; f . setAttribute ( k , h ) } f . onload = function ( ) { f . onerror = f . onload = null ; d ( f ) } ; f . onerror = function ( ) { f . onerror = f . onload = null ; e ( Error ( "Failed to load " + a ) ) } ; ( c || document . head || document . getElementsByTagName ( "head" ) [ 0 ] ) . appendChild ( f ) } ) } ,
YOUTUBE _IFRAME _API _SRC = "https://www.youtube.com/iframe_api" , YOUTUBE _STATES = { "-1" : "unstarted" , 0 : "ended" , 1 : "playing" , 2 : "paused" , 3 : "buffering" , 5 : "cued" } , YOUTUBE _ERROR = { INVALID _PARAM : 2 , HTML5 _ERROR : 5 , NOT _FOUND : 100 , UNPLAYABLE _1 : 101 , UNPLAYABLE _2 : 150 } , loadIframeAPICallbacks = [ ] , C _$hudson$workspace$Mobirise _Windows _release _web $Release$release$win_ia32 _unpacked$resources$ _app _asar$web$app$themes$mobirise5$plugins$ytplayer$index$classdecl$var0 = function ( a , b ) { EventEmitter . call ( this ) ; var c = this ; a = "string" === typeof a ?
YOUTUBE _IFRAME _API _SRC = "https://www.youtube.com/iframe_api" , YOUTUBE _STATES = { "-1" : "unstarted" , 0 : "ended" , 1 : "playing" , 2 : "paused" , 3 : "buffering" , 5 : "cued" } , YOUTUBE _ERROR = { INVALID _PARAM : 2 , HTML5 _ERROR : 5 , NOT _FOUND : 100 , UNPLAYABLE _1 : 101 , UNPLAYABLE _2 : 150 } , loadIframeAPICallbacks = [ ] , C _$hudson$workspace$Mobirise 5_ewin _Release $Release$release$win_ia32 _unpacked$resources$ _app _asar$web$app$themes$mobirise5$plugins$ytplayer$index$classdecl$var0 = function ( a , b ) { EventEmitter . call ( this ) ; var c = this ; a = "string" === typeof a ?
document . querySelector ( a ) : a ; this . _id = a . id ? a . id : a . id = "ytplayer-" + Math . random ( ) . toString ( 16 ) . slice ( 2 , 8 ) ; this . _opts = Object . assign ( { width : 640 , height : 360 , autoplay : ! 1 , captions : void 0 , controls : ! 0 , keyboard : ! 0 , fullscreen : ! 0 , annotations : ! 0 , modestBranding : ! 1 , related : ! 0 , timeupdateFrequency : 1E3 , playsInline : ! 0 , start : 0 } , b ) ; this . videoId = null ; this . destroyed = ! 1 ; this . _api = null ; this . _autoplay = ! 1 ; this . _player = null ; this . _ready = ! 1 ; this . _queue = [ ] ; this . _interval = null ; this . _startInterval = this . _startInterval . bind ( this ) ; this . _stopInterval =
this . _stopInterval . bind ( this ) ; this . on ( "playing" , this . _startInterval ) ; this . on ( "unstarted" , this . _stopInterval ) ; this . on ( "ended" , this . _stopInterval ) ; this . on ( "paused" , this . _stopInterval ) ; this . on ( "buffering" , this . _stopInterval ) ; this . _loadIframeAPI ( function ( a , b ) { if ( a ) return c . _destroy ( Error ( "YouTube Iframe API failed to load" ) ) ; c . _api = b ; c . videoId && c . load ( c . videoId , c . _autoplay , c . _start ) } ) } ;
$jscomp . inherits ( C _$hudson$workspace$Mobirise _Windows _release _web$Release$release$win _ia32 _unpacked$resources$ _app _asar$web$app$themes$mobirise5$plugins$ytplayer$index$classdecl$var0 , EventEmitter ) ;
C _$hudson$workspace$Mobirise _Windows _release _web$Release$release$win _ia32 _unpacked$resources$ _app _asar$web$app$themes$mobirise5$plugins$ytplayer$index$classdecl$var0 . prototype . load = function ( a , b , c ) { b = void 0 === b ? ! 1 : b ; c = void 0 === c ? 0 : c ; this . destroyed || ( this . videoId = a , this . _autoplay = b , this . _start = c , this . _api && ( this . _player ? this . _ready && ( b ? this . _player . loadVideoById ( a , c ) : this . _player . cueVideoById ( a , c ) ) : this . _createPlayer ( a ) ) ) } ;
C _$hudson$workspace$Mobirise _Windows _release _web$Release$release$win _ia32 _unpacked$resources$ _app _asar$web$app$themes$mobirise5$plugins$ytplayer$index$classdecl$var0 . prototype . play = function ( ) { this . _ready ? this . _player . playVideo ( ) : this . _queueCommand ( "play" ) } ; C _$hudson$workspace$Mobirise _Windows _release _web$Release$release$win _ia32 _unpacked$resources$ _app _asar$web$app$themes$mobirise5$plugins$ytplayer$index$classdecl$var0 . prototype . pause = function ( ) { this . _ready ? this . _player . pauseVideo ( ) : this . _queueCommand ( "pause" ) } ;
C _$hudson$workspace$Mobirise _Windows _release _web$Release$release$win _ia32 _unpacked$resources$ _app _asar$web$app$themes$mobirise5$plugins$ytplayer$index$classdecl$var0 . prototype . stop = function ( ) { this . _ready ? this . _player . stopVideo ( ) : this . _queueCommand ( "stop" ) } ;
C _$hudson$workspace$Mobirise _Windows _release _web$Release$release$win _ia32 _unpacked$resources$ _app _asar$web$app$themes$mobirise5$plugins$ytplayer$index$classdecl$var0 . prototype . seek = function ( a ) { this . _ready ? this . _player . seekTo ( a , ! 0 ) : this . _queueCommand ( "seek" , a ) } ;
C _$hudson$workspace$Mobirise _Windows _release _web$Release$release$win _ia32 _unpacked$resources$ _app _asar$web$app$themes$mobirise5$plugins$ytplayer$index$classdecl$var0 . prototype . setVolume = function ( a ) { this . _ready ? this . _player . setVolume ( a ) : this . _queueCommand ( "setVolume" , a ) } ;
C _$hudson$workspace$Mobirise _Windows _release _web$Release$release$win _ia32 _unpacked$resources$ _app _asar$web$app$themes$mobirise5$plugins$ytplayer$index$classdecl$var0 . prototype . loadPlaylist = function ( ) { this . _ready ? this . _player . loadPlaylist ( this . videoId ) : this . _queueCommand ( "loadPlaylist" , this . videoId ) } ;
C _$hudson$workspace$Mobirise _Windows _release _web$Release$release$win _ia32 _unpacked$resources$ _app _asar$web$app$themes$mobirise5$plugins$ytplayer$index$classdecl$var0 . prototype . setLoop = function ( a ) { this . _ready ? this . _player . setLoop ( a ) : this . _queueCommand ( "setLoop" , a ) } ;
C _$hudson$workspace$Mobirise _Windows _release _web$Release$release$win _ia32 _unpacked$resources$ _app _asar$web$app$themes$mobirise5$plugins$ytplayer$index$classdecl$var0 . prototype . getVolume = function ( ) { return this . _ready && this . _player . getVolume ( ) || 0 } ; C _$hudson$workspace$Mobirise _Windows _release _web$Release$release$win _ia32 _unpacked$resources$ _app _asar$web$app$themes$mobirise5$plugins$ytplayer$index$classdecl$var0 . prototype . mute = function ( ) { this . _ready ? this . _player . mute ( ) : this . _queueCommand ( "mute" ) } ;
C _$hudson$workspace$Mobirise _Windows _release _web$Release$release$win _ia32 _unpacked$resources$ _app _asar$web$app$themes$mobirise5$plugins$ytplayer$index$classdecl$var0 . prototype . unMute = function ( ) { this . _ready ? this . _player . unMute ( ) : this . _queueCommand ( "unMute" ) } ; C _$hudson$workspace$Mobirise _Windows _release _web$Release$release$win _ia32 _unpacked$resources$ _app _asar$web$app$themes$mobirise5$plugins$ytplayer$index$classdecl$var0 . prototype . isMuted = function ( ) { return this . _ready && this . _player . isMuted ( ) || ! 1 } ;
C _$hudson$workspace$Mobirise _Windows _release _web$Release$release$win _ia32 _unpacked$resources$ _app _asar$web$app$themes$mobirise5$plugins$ytplayer$index$classdecl$var0 . prototype . setSize = function ( a , b ) { this . _ready ? this . _player . setSize ( a , b ) : this . _queueCommand ( "setSize" , a , b ) } ;
C _$hudson$workspace$Mobirise _Windows _release _web$Release$release$win _ia32 _unpacked$resources$ _app _asar$web$app$themes$mobirise5$plugins$ytplayer$index$classdecl$var0 . prototype . setPlaybackRate = function ( a ) { this . _ready ? this . _player . setPlaybackRate ( a ) : this . _queueCommand ( "setPlaybackRate" , a ) } ;
C _$hudson$workspace$Mobirise _Windows _release _web$Release$release$win _ia32 _unpacked$resources$ _app _asar$web$app$themes$mobirise5$plugins$ytplayer$index$classdecl$var0 . prototype . setPlaybackQuality = function ( a ) { this . _ready ? this . _player . setPlaybackQuality ( a ) : this . _queueCommand ( "setPlaybackQuality" , a ) } ;
C _$hudson$workspace$Mobirise _Windows _release _web$Release$release$win _ia32 _unpacked$resources$ _app _asar$web$app$themes$mobirise5$plugins$ytplayer$index$classdecl$var0 . prototype . getPlaybackRate = function ( ) { return this . _ready && this . _player . getPlaybackRate ( ) || 1 } ;
C _$hudson$workspace$Mobirise _Windows _release _web$Release$release$win _ia32 _unpacked$resources$ _app _asar$web$app$themes$mobirise5$plugins$ytplayer$index$classdecl$var0 . prototype . getAvailablePlaybackRates = function ( ) { return this . _ready && this . _player . getAvailablePlaybackRates ( ) || [ 1 ] } ;
C _$hudson$workspace$Mobirise _Windows _release _web$Release$release$win _ia32 _unpacked$resources$ _app _asar$web$app$themes$mobirise5$plugins$ytplayer$index$classdecl$var0 . prototype . getDuration = function ( ) { return this . _ready && this . _player . getDuration ( ) || 0 } ;
C _$hudson$workspace$Mobirise _Windows _release _web$Release$release$win _ia32 _unpacked$resources$ _app _asar$web$app$themes$mobirise5$plugins$ytplayer$index$classdecl$var0 . prototype . getProgress = function ( ) { return this . _ready && this . _player . getVideoLoadedFraction ( ) || 0 } ;
C _$hudson$workspace$Mobirise _Windows _release _web$Release$release$win _ia32 _unpacked$resources$ _app _asar$web$app$themes$mobirise5$plugins$ytplayer$index$classdecl$var0 . prototype . getState = function ( ) { return this . _ready && YOUTUBE _STATES [ this . _player . getPlayerState ( ) ] || "unstarted" } ;
C _$hudson$workspace$Mobirise _Windows _release _web$Release$release$win _ia32 _unpacked$resources$ _app _asar$web$app$themes$mobirise5$plugins$ytplayer$index$classdecl$var0 . prototype . getCurrentTime = function ( ) { return this . _ready && this . _player . getCurrentTime ( ) || 0 } ; C _$hudson$workspace$Mobirise _Windows _release _web$Release$release$win _ia32 _unpacked$resources$ _app _asar$web$app$themes$mobirise5$plugins$ytplayer$index$classdecl$var0 . prototype . destroy = function ( ) { this . _destroy ( ) } ;
C _$hudson$workspace$Mobirise _Windows _release _web$Release$release$win _ia32 _unpacked$resources$ _app _asar$web$app$themes$mobirise5$plugins$ytplayer$index$classdecl$var0 . prototype . _destroy = function ( a ) { this . destroyed || ( this . destroyed = ! 0 , this . _player && ( this . _player . stopVideo && this . _player . stopVideo ( ) , this . _player . destroy ( ) ) , this . _player = this . _api = this . _opts = this . _id = this . videoId = null , this . _ready = ! 1 , this . _queue = null , this . _stopInterval ( ) , this . removeListener ( "playing" , this . _startInterval ) , this . removeListener ( "paused" ,
this . _stopInterval ) , this . removeListener ( "buffering" , this . _stopInterval ) , this . removeListener ( "unstarted" , this . _stopInterval ) , this . removeListener ( "ended" , this . _stopInterval ) , a && this . emit ( "error" , a ) ) } ; C _$hudson$workspace$Mobirise _Windows _release _web$Release$release$win _ia32 _unpacked$resources$ _app _asar$web$app$themes$mobirise5$plugins$ytplayer$index$classdecl$var0 . prototype . _queueCommand = function ( a , b ) { for ( var c = [ ] , d = 1 ; d < arguments . length ; ++ d ) c [ d - 1 ] = arguments [ d ] ; this . destroyed || this . _queue . push ( [ a , c ] ) } ;
C _$hudson$workspace$Mobirise _Windows _release _web$Release$release$win _ia32 _unpacked$resources$ _app _asar$web$app$themes$mobirise5$plugins$ytplayer$index$classdecl$var0 . prototype . _flushQueue = function ( ) { for ( ; this . _queue . length ; ) { var a = this . _queue . shift ( ) ; this [ a [ 0 ] ] . apply ( this , a [ 1 ] ) } } ;
C _$hudson$workspace$Mobirise _Windows _release _web$Release$release$win _ia32 _unpacked$resources$ _app _asar$web$app$themes$mobirise5$plugins$ytplayer$index$classdecl$var0 . prototype . _loadIframeAPI = function ( a ) { if ( window . YT && "function" === typeof window . YT . Player ) return a ( null , window . YT ) ; loadIframeAPICallbacks . push ( a ) ; Array . from ( document . getElementsByTagName ( "script" ) ) . some ( function ( a ) { return a . src === YOUTUBE _IFRAME _API _SRC } ) || loadScript ( YOUTUBE _IFRAME _API _SRC ) . catch ( function ( a ) { for ( ; loadIframeAPICallbacks . length ; ) loadIframeAPICallbacks . shift ( ) ( a ) } ) ;
$jscomp . inherits ( C _$hudson$workspace$Mobirise5 _ewin _Release$Release$release$win _ia32 _unpacked$resources$ _app _asar$web$app$themes$mobirise5$plugins$ytplayer$index$classdecl$var0 , EventEmitter ) ;
C _$hudson$workspace$Mobirise5 _ewin _Release$Release$release$win _ia32 _unpacked$resources$ _app _asar$web$app$themes$mobirise5$plugins$ytplayer$index$classdecl$var0 . prototype . load = function ( a , b , c ) { b = void 0 === b ? ! 1 : b ; c = void 0 === c ? 0 : c ; this . destroyed || ( this . videoId = a , this . _autoplay = b , this . _start = c , this . _api && ( this . _player ? this . _ready && ( b ? this . _player . loadVideoById ( a , c ) : this . _player . cueVideoById ( a , c ) ) : this . _createPlayer ( a ) ) ) } ;
C _$hudson$workspace$Mobirise5 _ewin _Release$Release$release$win _ia32 _unpacked$resources$ _app _asar$web$app$themes$mobirise5$plugins$ytplayer$index$classdecl$var0 . prototype . play = function ( ) { this . _ready ? this . _player . playVideo ( ) : this . _queueCommand ( "play" ) } ; C _$hudson$workspace$Mobirise5 _ewin _Release$Release$release$win _ia32 _unpacked$resources$ _app _asar$web$app$themes$mobirise5$plugins$ytplayer$index$classdecl$var0 . prototype . pause = function ( ) { this . _ready ? this . _player . pauseVideo ( ) : this . _queueCommand ( "pause" ) } ;
C _$hudson$workspace$Mobirise5 _ewin _Release$Release$release$win _ia32 _unpacked$resources$ _app _asar$web$app$themes$mobirise5$plugins$ytplayer$index$classdecl$var0 . prototype . stop = function ( ) { this . _ready ? this . _player . stopVideo ( ) : this . _queueCommand ( "stop" ) } ;
C _$hudson$workspace$Mobirise5 _ewin _Release$Release$release$win _ia32 _unpacked$resources$ _app _asar$web$app$themes$mobirise5$plugins$ytplayer$index$classdecl$var0 . prototype . seek = function ( a ) { this . _ready ? this . _player . seekTo ( a , ! 0 ) : this . _queueCommand ( "seek" , a ) } ;
C _$hudson$workspace$Mobirise5 _ewin _Release$Release$release$win _ia32 _unpacked$resources$ _app _asar$web$app$themes$mobirise5$plugins$ytplayer$index$classdecl$var0 . prototype . setVolume = function ( a ) { this . _ready ? this . _player . setVolume ( a ) : this . _queueCommand ( "setVolume" , a ) } ;
C _$hudson$workspace$Mobirise5 _ewin _Release$Release$release$win _ia32 _unpacked$resources$ _app _asar$web$app$themes$mobirise5$plugins$ytplayer$index$classdecl$var0 . prototype . loadPlaylist = function ( ) { this . _ready ? this . _player . loadPlaylist ( this . videoId ) : this . _queueCommand ( "loadPlaylist" , this . videoId ) } ;
C _$hudson$workspace$Mobirise5 _ewin _Release$Release$release$win _ia32 _unpacked$resources$ _app _asar$web$app$themes$mobirise5$plugins$ytplayer$index$classdecl$var0 . prototype . setLoop = function ( a ) { this . _ready ? this . _player . setLoop ( a ) : this . _queueCommand ( "setLoop" , a ) } ; C _$hudson$workspace$Mobirise5 _ewin _Release$Release$release$win _ia32 _unpacked$resources$ _app _asar$web$app$themes$mobirise5$plugins$ytplayer$index$classdecl$var0 . prototype . getVolume = function ( ) { return this . _ready && this . _player . getVolume ( ) || 0 } ;
C _$hudson$workspace$Mobirise5 _ewin _Release$Release$release$win _ia32 _unpacked$resources$ _app _asar$web$app$themes$mobirise5$plugins$ytplayer$index$classdecl$var0 . prototype . mute = function ( ) { this . _ready ? this . _player . mute ( ) : this . _queueCommand ( "mute" ) } ; C _$hudson$workspace$Mobirise5 _ewin _Release$Release$release$win _ia32 _unpacked$resources$ _app _asar$web$app$themes$mobirise5$plugins$ytplayer$index$classdecl$var0 . prototype . unMute = function ( ) { this . _ready ? this . _player . unMute ( ) : this . _queueCommand ( "unMute" ) } ;
C _$hudson$workspace$Mobirise5 _ewin _Release$Release$release$win _ia32 _unpacked$resources$ _app _asar$web$app$themes$mobirise5$plugins$ytplayer$index$classdecl$var0 . prototype . isMuted = function ( ) { return this . _ready && this . _player . isMuted ( ) || ! 1 } ; C _$hudson$workspace$Mobirise5 _ewin _Release$Release$release$win _ia32 _unpacked$resources$ _app _asar$web$app$themes$mobirise5$plugins$ytplayer$index$classdecl$var0 . prototype . setSize = function ( a , b ) { this . _ready ? this . _player . setSize ( a , b ) : this . _queueCommand ( "setSize" , a , b ) } ;
C _$hudson$workspace$Mobirise5 _ewin _Release$Release$release$win _ia32 _unpacked$resources$ _app _asar$web$app$themes$mobirise5$plugins$ytplayer$index$classdecl$var0 . prototype . setPlaybackRate = function ( a ) { this . _ready ? this . _player . setPlaybackRate ( a ) : this . _queueCommand ( "setPlaybackRate" , a ) } ;
C _$hudson$workspace$Mobirise5 _ewin _Release$Release$release$win _ia32 _unpacked$resources$ _app _asar$web$app$themes$mobirise5$plugins$ytplayer$index$classdecl$var0 . prototype . setPlaybackQuality = function ( a ) { this . _ready ? this . _player . setPlaybackQuality ( a ) : this . _queueCommand ( "setPlaybackQuality" , a ) } ;
C _$hudson$workspace$Mobirise5 _ewin _Release$Release$release$win _ia32 _unpacked$resources$ _app _asar$web$app$themes$mobirise5$plugins$ytplayer$index$classdecl$var0 . prototype . getPlaybackRate = function ( ) { return this . _ready && this . _player . getPlaybackRate ( ) || 1 } ;
C _$hudson$workspace$Mobirise5 _ewin _Release$Release$release$win _ia32 _unpacked$resources$ _app _asar$web$app$themes$mobirise5$plugins$ytplayer$index$classdecl$var0 . prototype . getAvailablePlaybackRates = function ( ) { return this . _ready && this . _player . getAvailablePlaybackRates ( ) || [ 1 ] } ;
C _$hudson$workspace$Mobirise5 _ewin _Release$Release$release$win _ia32 _unpacked$resources$ _app _asar$web$app$themes$mobirise5$plugins$ytplayer$index$classdecl$var0 . prototype . getDuration = function ( ) { return this . _ready && this . _player . getDuration ( ) || 0 } ; C _$hudson$workspace$Mobirise5 _ewin _Release$Release$release$win _ia32 _unpacked$resources$ _app _asar$web$app$themes$mobirise5$plugins$ytplayer$index$classdecl$var0 . prototype . getProgress = function ( ) { return this . _ready && this . _player . getVideoLoadedFraction ( ) || 0 } ;
C _$hudson$workspace$Mobirise5 _ewin _Release$Release$release$win _ia32 _unpacked$resources$ _app _asar$web$app$themes$mobirise5$plugins$ytplayer$index$classdecl$var0 . prototype . getState = function ( ) { return this . _ready && YOUTUBE _STATES [ this . _player . getPlayerState ( ) ] || "unstarted" } ;
C _$hudson$workspace$Mobirise5 _ewin _Release$Release$release$win _ia32 _unpacked$resources$ _app _asar$web$app$themes$mobirise5$plugins$ytplayer$index$classdecl$var0 . prototype . getCurrentTime = function ( ) { return this . _ready && this . _player . getCurrentTime ( ) || 0 } ; C _$hudson$workspace$Mobirise5 _ewin _Release$Release$release$win _ia32 _unpacked$resources$ _app _asar$web$app$themes$mobirise5$plugins$ytplayer$index$classdecl$var0 . prototype . destroy = function ( ) { this . _destroy ( ) } ;
C _$hudson$workspace$Mobirise5 _ewin _Release$Release$release$win _ia32 _unpacked$resources$ _app _asar$web$app$themes$mobirise5$plugins$ytplayer$index$classdecl$var0 . prototype . _destroy = function ( a ) { this . destroyed || ( this . destroyed = ! 0 , this . _player && ( this . _player . stopVideo && this . _player . stopVideo ( ) , this . _player . destroy ( ) ) , this . _player = this . _api = this . _opts = this . _id = this . videoId = null , this . _ready = ! 1 , this . _queue = null , this . _stopInterval ( ) , this . removeListener ( "playing" , this . _startInterval ) , this . removeListener ( "paused" ,
this . _stopInterval ) , this . removeListener ( "buffering" , this . _stopInterval ) , this . removeListener ( "unstarted" , this . _stopInterval ) , this . removeListener ( "ended" , this . _stopInterval ) , a && this . emit ( "error" , a ) ) } ; C _$hudson$workspace$Mobirise5 _ewin _Release$Release$release$win _ia32 _unpacked$resources$ _app _asar$web$app$themes$mobirise5$plugins$ytplayer$index$classdecl$var0 . prototype . _queueCommand = function ( a , b ) { for ( var c = [ ] , d = 1 ; d < arguments . length ; ++ d ) c [ d - 1 ] = arguments [ d ] ; this . destroyed || this . _queue . push ( [ a , c ] ) } ;
C _$hudson$workspace$Mobirise5 _ewin _Release$Release$release$win _ia32 _unpacked$resources$ _app _asar$web$app$themes$mobirise5$plugins$ytplayer$index$classdecl$var0 . prototype . _flushQueue = function ( ) { for ( ; this . _queue . length ; ) { var a = this . _queue . shift ( ) ; this [ a [ 0 ] ] . apply ( this , a [ 1 ] ) } } ;
C _$hudson$workspace$Mobirise5 _ewin _Release$Release$release$win _ia32 _unpacked$resources$ _app _asar$web$app$themes$mobirise5$plugins$ytplayer$index$classdecl$var0 . prototype . _loadIframeAPI = function ( a ) { if ( window . YT && "function" === typeof window . YT . Player ) return a ( null , window . YT ) ; loadIframeAPICallbacks . push ( a ) ; Array . from ( document . getElementsByTagName ( "script" ) ) . some ( function ( a ) { return a . src === YOUTUBE _IFRAME _API _SRC } ) || loadScript ( YOUTUBE _IFRAME _API _SRC ) . catch ( function ( a ) { for ( ; loadIframeAPICallbacks . length ; ) loadIframeAPICallbacks . shift ( ) ( a ) } ) ;
var b = window . onYouTubeIframeAPIReady ; window . onYouTubeIframeAPIReady = function ( ) { for ( "function" === typeof b && b ( ) ; loadIframeAPICallbacks . length ; ) loadIframeAPICallbacks . shift ( ) ( null , window . YT ) } } ;
C _$hudson$workspace$Mobirise _Windows _release _web $Release$release$win_ia32 _unpacked$resources$ _app _asar$web$app$themes$mobirise5$plugins$ytplayer$index$classdecl$var0 . prototype . _createPlayer = function ( a ) { var b = this ; if ( ! this . destroyed ) { var c = this . _opts ; this . _player = new this . _api . Player ( this . _id , { width : c . width , height : c . height , videoId : a , host : c . host , playerVars : { autoplay : c . autoplay ? 1 : 0 , hl : null != c . captions && ! 1 !== c . captions ? c . captions : void 0 , cc _lang _pref : null != c . captions && ! 1 !== c . captions ? c . captions : void 0 ,
controls : c . controls ? 2 : 0 , enablejsapi : 1 , allowfullscreen : ! 0 , iv _load _policy : c . annotations ? 1 : 3 , modestbranding : c . modestBranding ? 1 : 0 , origin : "*" , rel : c . related ? 1 : 0 , mode : "transparent" , showinfo : 0 , html5 : 1 , version : 3 , playerapiid : "iframe_YTP_1624972482514" } , events : { onReady : function ( ) { return b . _onReady ( a ) } , onStateChange : function ( a ) { return b . _onStateChange ( a ) } , onPlaybackQualityChange : function ( a ) { return b . _onPlaybackQualityChange ( a ) } , onPlaybackRateChange : function ( a ) { return b . _onPlaybackRateChange ( a ) } , onError : function ( a ) { return b . _onError ( a ) } } } ) } } ;
C _$hudson$workspace$Mobirise _Windows _release _web $Release$release$win_ia32 _unpacked$resources$ _app _asar$web$app$themes$mobirise5$plugins$ytplayer$index$classdecl$var0 . prototype . _onReady = function ( a ) { this . destroyed || ( this . _ready = ! 0 , this . load ( this . videoId , this . _autoplay , this . _start ) , this . _flushQueue ( ) ) } ;
C _$hudson$workspace$Mobirise _Windows _release _web $Release$release$win_ia32 _unpacked$resources$ _app _asar$web$app$themes$mobirise5$plugins$ytplayer$index$classdecl$var0 . prototype . _onStateChange = function ( a ) { if ( ! this . destroyed ) { var b = YOUTUBE _STATES [ a . data ] ; if ( b ) [ "paused" , "buffering" , "ended" ] . includes ( b ) && this . _onTimeupdate ( ) , this . emit ( b ) , [ "unstarted" , "playing" , "cued" ] . includes ( b ) && this . _onTimeupdate ( ) ; else throw Error ( "Unrecognized state change: " + a ) ; } } ;
C _$hudson$workspace$Mobirise _Windows _release _web $Release$release$win_ia32 _unpacked$resources$ _app _asar$web$app$themes$mobirise5$plugins$ytplayer$index$classdecl$var0 . prototype . _onPlaybackQualityChange = function ( a ) { this . destroyed || this . emit ( "playbackQualityChange" , a . data ) } ;
C _$hudson$workspace$Mobirise _Windows _release _web $Release$release$win_ia32 _unpacked$resources$ _app _asar$web$app$themes$mobirise5$plugins$ytplayer$index$classdecl$var0 . prototype . _onPlaybackRateChange = function ( a ) { this . destroyed || this . emit ( "playbackRateChange" , a . data ) } ;
C _$hudson$workspace$Mobirise _Windows _release _web $Release$release$win_ia32 _unpacked$resources$ _app _asar$web$app$themes$mobirise5$plugins$ytplayer$index$classdecl$var0 . prototype . _onError = function ( a ) { if ( ! this . destroyed && ( a = a . data , a !== YOUTUBE _ERROR . HTML5 _ERROR ) ) { if ( a === YOUTUBE _ERROR . UNPLAYABLE _1 || a === YOUTUBE _ERROR . UNPLAYABLE _2 || a === YOUTUBE _ERROR . NOT _FOUND || a === YOUTUBE _ERROR . INVALID _PARAM ) return this . emit ( "unplayable" , this . videoId ) ; this . _destroy ( Error ( "YouTube Player Error. Unknown error code: " + a ) ) } } ;
C _$hudson$workspace$Mobirise _Windows _release _web $Release$release$win_ia32 _unpacked$resources$ _app _asar$web$app$themes$mobirise5$plugins$ytplayer$index$classdecl$var0 . prototype . _onTimeupdate = function ( ) { this . emit ( "timeupdate" , this . getCurrentTime ( ) ) } ;
C _$hudson$workspace$Mobirise _Windows _release _web $Release$release$win_ia32 _unpacked$resources$ _app _asar$web$app$themes$mobirise5$plugins$ytplayer$index$classdecl$var0 . prototype . _startInterval = function ( ) { var a = this ; this . _interval = setInterval ( function ( ) { return a . _onTimeupdate ( ) } , this . _opts . timeupdateFrequency ) } ;
C _$hudson$workspace$Mobirise _Windows _release _web $Release$release$win_ia32 _unpacked$resources$ _app _asar$web$app$themes$mobirise5$plugins$ytplayer$index$classdecl$var0 . prototype . _stopInterval = function ( ) { clearInterval ( this . _interval ) ; this . _interval = null } ; YouTubePlayer = C _$hudson$workspace$Mobirise _Windows _release _web $Release$release$win_ia32 _unpacked$resources$ _app _asar$web$app$themes$mobirise5$plugins$ytplayer$index$classdecl$var0 ;
C _$hudson$workspace$Mobirise5 _ewin _Release$Release$release$win _ia32 _unpacked$resources$ _app _asar$web$app$themes$mobirise5$plugins$ytplayer$index$classdecl$var0 . prototype . _createPlayer = function ( a ) { var b = this ; if ( ! this . destroyed ) { var c = this . _opts ; this . _player = new this . _api . Player ( this . _id , { width : c . width , height : c . height , videoId : a , host : c . host , playerVars : { autoplay : c . autoplay ? 1 : 0 , hl : null != c . captions && ! 1 !== c . captions ? c . captions : void 0 , cc _lang _pref : null != c . captions && ! 1 !== c . captions ? c . captions : void 0 , controls : c . controls ?
2 : 0 , enablejsapi : 1 , allowfullscreen : ! 0 , iv _load _policy : c . annotations ? 1 : 3 , modestbranding : c . modestBranding ? 1 : 0 , origin : "*" , rel : c . related ? 1 : 0 , mode : "transparent" , showinfo : 0 , html5 : 1 , version : 3 , playerapiid : "iframe_YTP_1624972482514" } , events : { onReady : function ( ) { return b . _onReady ( a ) } , onStateChange : function ( a ) { return b . _onStateChange ( a ) } , onPlaybackQualityChange : function ( a ) { return b . _onPlaybackQualityChange ( a ) } , onPlaybackRateChange : function ( a ) { return b . _onPlaybackRateChange ( a ) } , onError : function ( a ) { return b . _onError ( a ) } } } ) } } ;
C _$hudson$workspace$Mobirise 5_ewin _Release $Release$release$win_ia32 _unpacked$resources$ _app _asar$web$app$themes$mobirise5$plugins$ytplayer$index$classdecl$var0 . prototype . _onReady = function ( a ) { this . destroyed || ( this . _ready = ! 0 , this . load ( this . videoId , this . _autoplay , this . _start ) , this . _flushQueue ( ) ) } ;
C _$hudson$workspace$Mobirise 5_ewin _Release $Release$release$win_ia32 _unpacked$resources$ _app _asar$web$app$themes$mobirise5$plugins$ytplayer$index$classdecl$var0 . prototype . _onStateChange = function ( a ) { if ( ! this . destroyed ) { var b = YOUTUBE _STATES [ a . data ] ; if ( b ) [ "paused" , "buffering" , "ended" ] . includes ( b ) && this . _onTimeupdate ( ) , this . emit ( b ) , [ "unstarted" , "playing" , "cued" ] . includes ( b ) && this . _onTimeupdate ( ) ; else throw Error ( "Unrecognized state change: " + a ) ; } } ;
C _$hudson$workspace$Mobirise 5_ewin _Release $Release$release$win_ia32 _unpacked$resources$ _app _asar$web$app$themes$mobirise5$plugins$ytplayer$index$classdecl$var0 . prototype . _onPlaybackQualityChange = function ( a ) { this . destroyed || this . emit ( "playbackQualityChange" , a . data ) } ;
C _$hudson$workspace$Mobirise 5_ewin _Release $Release$release$win_ia32 _unpacked$resources$ _app _asar$web$app$themes$mobirise5$plugins$ytplayer$index$classdecl$var0 . prototype . _onPlaybackRateChange = function ( a ) { this . destroyed || this . emit ( "playbackRateChange" , a . data ) } ;
C _$hudson$workspace$Mobirise 5_ewin _Release $Release$release$win_ia32 _unpacked$resources$ _app _asar$web$app$themes$mobirise5$plugins$ytplayer$index$classdecl$var0 . prototype . _onError = function ( a ) { if ( ! this . destroyed && ( a = a . data , a !== YOUTUBE _ERROR . HTML5 _ERROR ) ) { if ( a === YOUTUBE _ERROR . UNPLAYABLE _1 || a === YOUTUBE _ERROR . UNPLAYABLE _2 || a === YOUTUBE _ERROR . NOT _FOUND || a === YOUTUBE _ERROR . INVALID _PARAM ) return this . emit ( "unplayable" , this . videoId ) ; this . _destroy ( Error ( "YouTube Player Error. Unknown error code: " + a ) ) } } ;
C _$hudson$workspace$Mobirise 5_ewin _Release $Release$release$win_ia32 _unpacked$resources$ _app _asar$web$app$themes$mobirise5$plugins$ytplayer$index$classdecl$var0 . prototype . _onTimeupdate = function ( ) { this . emit ( "timeupdate" , this . getCurrentTime ( ) ) } ;
C _$hudson$workspace$Mobirise 5_ewin _Release $Release$release$win_ia32 _unpacked$resources$ _app _asar$web$app$themes$mobirise5$plugins$ytplayer$index$classdecl$var0 . prototype . _startInterval = function ( ) { var a = this ; this . _interval = setInterval ( function ( ) { return a . _onTimeupdate ( ) } , this . _opts . timeupdateFrequency ) } ;
C _$hudson$workspace$Mobirise 5_ewin _Release $Release$release$win_ia32 _unpacked$resources$ _app _asar$web$app$themes$mobirise5$plugins$ytplayer$index$classdecl$var0 . prototype . _stopInterval = function ( ) { clearInterval ( this . _interval ) ; this . _interval = null } ; YouTubePlayer = C _$hudson$workspace$Mobirise 5_ewin _Release $Release$release$win_ia32 _unpacked$resources$ _app _asar$web$app$themes$mobirise5$plugins$ytplayer$index$classdecl$var0 ;