From 19b5b11af87d0980deea5951125af5804bb301fe Mon Sep 17 00:00:00 2001 From: misol Date: Wed, 7 Jan 2009 09:50:00 +0000 Subject: [PATCH] =?UTF-8?q?mov=20=EC=A7=80=EC=9B=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: http://xe-core.googlecode.com/svn/sandbox@5272 201d5d3c-b55e-5fd7-737f-ddc643e51545 --- common/js/common.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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);