فهرست منبع

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 () {