Browse Source

changed from http to https of yt-api js

Joachim M. Giæver 4 years ago
parent
commit
85054b7912
1 changed files with 1 additions and 1 deletions
  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 () {