consistantly use ?uid for video source

This commit is contained in:
j 2012-03-09 23:27:48 +01:00
parent dbbba54c82
commit 9e7a639ada

View file

@ -433,7 +433,7 @@ Ox.VideoElement = function(options, self) {
self.$video[self.currentPart].src = self.options.src[self.currentPart];
self.$video.each(function(video, i) {
if (i != self.currentPart) {
video.src = self.options.src[i];
video.src = self.options.src[i] + '?' + Ox.uid();
}
});
} else {