diff --git a/common/js/common.js b/common/js/common.js
index e0078c0c8..01e88334e 100644
--- a/common/js/common.js
+++ b/common/js/common.js
@@ -485,9 +485,9 @@ function displayMultimedia(src, width, height, options) {
html += ''
+ ''
+ '';
- } else if(/\.flv/i.test(src)) {
+ } else if(/\.flv/i.test(src) || /\.mov/i.test(src) || /\.moov/i.test(src)) {
html = '';
- } else {
+ } else {
html = '';
}
document.writeln(html);