From 3a5555d2d60f15f61d3488c6f57507093c96ad3b Mon Sep 17 00:00:00 2001 From: Sanjay B Date: Wed, 6 Mar 2013 16:47:30 +0530 Subject: [PATCH] always call https --- jquery.pandoravideo.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jquery.pandoravideo.js b/jquery.pandoravideo.js index 221c973..10ab74b 100644 --- a/jquery.pandoravideo.js +++ b/jquery.pandoravideo.js @@ -82,7 +82,7 @@ this.annotPoint = -1; this.getVideoURL = function() { var rand = parseInt(Math.random() * 10000); - return "http://video" + rand + "." + opts.pandora_base + id + "/" + opts.resolution + ".webm"; + return "https://video" + rand + "." + opts.pandora_base + id + "/" + opts.resolution + ".webm"; }; //empties element, appends video widget