mirror of
https://github.com/Mibew/i18n.git
synced 2025-01-22 21:40:28 +03:00
minor, remove comment
git-svn-id: https://webim.svn.sourceforge.net/svnroot/webim/trunk@228 c66351dc-e62f-0410-b875-e3a5c0b9693f
This commit is contained in:
parent
b9a1995cf5
commit
0678eae5a4
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user