Procházet zdrojové kódy

changed from http to https of yt-api js

Joachim M. Giæver před 4 roky
rodič
revize
85054b7912
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      index.html

+ 1 - 1
index.html

@@ -71,7 +71,7 @@
         <!-- You need this before the </body>-tag (closing) -->
         <!-- You need this before the </body>-tag (closing) -->
         <script>
         <script>
             // Hack to load Youtube iframe_api
             // 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();
             var ytd = $.Deferred();
             window.onYouTubeIframeAPIReady = function () {
             window.onYouTubeIframeAPIReady = function () {