소스 검색

changed from http to https of yt-api js

Joachim M. Giæver 4 년 전
부모
커밋
85054b7912
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      index.html

+ 1 - 1
index.html

@@ -71,7 +71,7 @@
         <!-- You need this before the </body>-tag (closing) -->
         <script>
             // Hack to load Youtube iframe_api
-            jQuery.getScript("http://www.youtube.com/iframe_api")
+            jQuery.getScript("https://www.youtube.com/iframe_api")
             
             var ytd = $.Deferred();
             window.onYouTubeIframeAPIReady = function () {