svnno****@sourc*****
svnno****@sourc*****
2010年 12月 25日 (土) 21:06:46 JST
Revision: 2249 http://sourceforge.jp/projects/sie/svn/view?view=rev&revision=2249 Author: dhrname Date: 2010-12-25 21:06:46 +0900 (Sat, 25 Dec 2010) Log Message: ----------- 計測を外しておいた Modified Paths: -------------- branches/06x/sie.js Modified: branches/06x/sie.js =================================================================== --- branches/06x/sie.js 2010-12-25 11:47:34 UTC (rev 2248) +++ branches/06x/sie.js 2010-12-25 12:06:46 UTC (rev 2249) @@ -3904,7 +3904,6 @@ /*responseXMLを使うと、時々、空のデータを返すことがあるため(原因は不明)、 *ここでは、responseTextを用いる */ - var dsd = new Date(); str = this.xmlhttp.responseText; NAIBU.doc.async = false; /*下記のプロパティについては、Microsoftのサイトを参照 @@ -4045,7 +4044,6 @@ s = evt = null; /*IEのメモリリーク対策として、空関数を入力*/ this.xmlhttp.onreadystatechange = NAIBU.emptyFunction; - alert(+(new Date()) - dsd.getTime()) if (this._next) { this._next._init(); } else {