Browse Source

auto acp scripted

dev
jfinn 5 years ago
parent
commit
dfcf568f85
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      modules/UI/shared_video/SharedVideo.js

+ 1
- 0
modules/UI/shared_video/SharedVideo.js View File

178
             window.onYouTubeIframeAPIReady();
178
             window.onYouTubeIframeAPIReady();
179
         } else {
179
         } else {
180
             window.onYouTubeIframeAPIReady = function() {
180
             window.onYouTubeIframeAPIReady = function() {
181
+                clog("svm onYouTubeIframeAPIReady")
181
                 window.svm_win ? window.svm_win.svm({that:this,self,args:arguments}) : 0
182
                 window.svm_win ? window.svm_win.svm({that:this,self,args:arguments}) : 0
182
                 self.isPlayerAPILoaded = true;
183
                 self.isPlayerAPILoaded = true;
183
                 const showControls
184
                 const showControls

Loading…
Cancel
Save