merge the last green changeset on m-c to fx-team

This commit is contained in:
Tim Taubert 2011-10-28 15:26:50 +02:00
Родитель 6ec5c499b1 ff47fa3428
Коммит 78d8b818c6
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -876,7 +876,7 @@
let srcIdx = srcParts.length - 1;
if (src.lastIndexOf('/') == src.length - 1)
srcIdx--;
s.filename.textContent = srcParts[srcIdx];
s.filename.textContent = decodeURI(srcParts[srcIdx]);
let size = v.videoWidth + "x" + v.videoHeight;
if (this._getComputedPropertyValueAsInt(this.video, "width") != v.videoWidth || this._getComputedPropertyValueAsInt(this.video, "height") != v.videoHeight)