--- srdpty/htmlarea/htmlarea.js.org 2006-03-23 20:10:19.000000000 +0900 +++ srdpty/htmlarea/htmlarea.js 2010-07-05 15:06:51.000000000 +0900 @@ -2173,8 +2173,10 @@ return false; } if (navigator.productSub < 20030210) { - alert("Mozilla < 1.3 Beta is not supported!\n" + - "I'll try, though, but it might not work."); + if (!navigator.userAgent.match("AppleWebKit")) { + alert("Mozilla < 1.3 Beta is not supported!\n" + + "I'll try, though, but it might not work."); + } } } return HTMLArea.is_gecko || HTMLArea.is_ie;