From 0678eae5a41ee8c9e07f406b9c7023b0db2d4cea Mon Sep 17 00:00:00 2001 From: Evgeny Gryaznov Date: Tue, 9 Dec 2008 23:16:20 +0000 Subject: [PATCH] minor, remove comment git-svn-id: https://webim.svn.sourceforge.net/svnroot/webim/trunk@228 c66351dc-e62f-0410-b875-e3a5c0b9693f --- src/messenger/js/common.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/messenger/js/common.js b/src/messenger/js/common.js index 34fe4344..4a002ad1 100644 --- a/src/messenger/js/common.js +++ b/src/messenger/js/common.js @@ -525,7 +525,7 @@ function getWavMimeType() { if (navigator.mimeTypes && agt.indexOf("windows")==-1) { //non-IE, no-Windows var plugin=navigator.mimeTypes["audio/mpeg"].enabledPlugin; - if (plugin || agt.indexOf("opera")>=0) mimeType="audio/mpeg"; //Mac/Safari & Linux/FFox + if (plugin || agt.indexOf("opera")>=0) mimeType="audio/mpeg"; }//end no-Windows return mimeType; }