diff --git a/common/js/common.js b/common/js/common.js
index 7cc6dc7f9..816c64fc2 100644
--- a/common/js/common.js
+++ b/common/js/common.js
@@ -488,9 +488,9 @@ function displayMultimedia(src, width, height, options) {
} else if(/\.flv$/i.test(src) || /\.mov$/i.test(src) || /\.moov$/i.test(src) || /\.m4v$/i.test(src)) {
html = '';
} else {
- html = '';
}