Browse Source

always call https

master
Sanjay B 11 years ago
parent
commit
3a5555d2d6
  1. 2
      jquery.pandoravideo.js

2
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

Loading…
Cancel
Save