svnno****@sourc*****
svnno****@sourc*****
2010年 10月 21日 (木) 23:16:13 JST
Revision: 2079 http://sourceforge.jp/projects/sie/svn/view?view=rev&revision=2079 Author: dhrname Date: 2010-10-21 23:16:13 +0900 (Thu, 21 Oct 2010) Log Message: ----------- 例外処理のログは動かさないようにした Modified Paths: -------------- trunk/sie.js Modified: trunk/sie.js =================================================================== --- trunk/sie.js 2010-10-21 13:39:09 UTC (rev 2078) +++ trunk/sie.js 2010-10-21 14:16:13 UTC (rev 2079) @@ -7434,7 +7434,7 @@ } catch(e) {} } NAIBU.addEvent("load", (function() { - stlog = new STLog(true); + stlog = new STLog(false); var xmlhttp; //XMLHttpオブジェクトを生成 try { xmlhttp = new ActiveXObject("Msxml2.XMLHTTP");