always call https
This commit is contained in:
parent
9e798c6d30
commit
3a5555d2d6
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user