@@ -46,9 +46,6 @@ function docready(){
4646 ready_navigator ( ) ;
4747 resetval ( ) ;
4848
49- var inter_coinhive = null ;
50- var inter_coinhive2 = null ;
51-
5249 setTimeout ( function ( ) {
5350 $ ( '.docready-script' ) . remove ( ) ;
5451 $ ( '.check_js' ) . remove ( ) ;
@@ -194,7 +191,8 @@ function loadfun_falseLink(){
194191
195192
196193 function close_miniplayer ( ) {
197- videojs ( "we-teve_video" ) . dispose ( ) ;
194+ videojs ( "miniplayer_video" ) . dispose ( ) ;
195+
198196 $ ( '.miniplayer_box_header' ) . html ( '' ) ;
199197 $ ( '.miniplayer_box' ) . addClass ( 'hide' ) ;
200198 $ ( '.miniplayer .video-js .vjs-backtowatch-control' ) . addClass ( 'hide' ) ;
@@ -314,8 +312,6 @@ function loadfun_falseLink(){
314312 clearInterval ( inter_testvolum_is_changed ) ;
315313 clearInterval ( ach_animation_interval ) ;
316314 clearInterval ( inter_video_ended ) ;
317- if ( typeof inter_coinhive != 'undefined' ) { clearInterval ( inter_coinhive ) ; }
318- if ( typeof inter_coinhive2 != 'undefined' ) { clearInterval ( inter_coinhive2 ) ; }
319315 }
320316
321317
@@ -479,8 +475,6 @@ function loadfun_falseLink(){
479475 clearInterval ( inter_testvolum_is_changed ) ;
480476 clearInterval ( ach_animation_interval ) ;
481477 clearInterval ( inter_video_ended ) ;
482- if ( typeof inter_coinhive != 'undefined' ) { clearInterval ( inter_coinhive ) ; }
483- if ( typeof inter_coinhive2 != 'undefined' ) { clearInterval ( inter_coinhive2 ) ; }
484478 }
485479
486480
0 commit comments