always call https

This commit is contained in:
Sanjay B 2013-03-06 16:47:30 +05:30
parent 9e798c6d30
commit 3a5555d2d6

View File

@ -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