- 566 名前:名無しさん@お腹いっぱい。 mailto:sage [2008/05/20(火) 15:52:54 ID:yrZIqvLz0]
- >>563
ども。 …が、症状変わらず。 ちなみに case 302: // DAT落ち if(this._kakoDatDownload){ if (this.dat.datFile.exists()) { this.write(this.converter.getFooter("dat_down")); } else { var template = this._bbs2chService.readLocalURI("chrome://bbs2chreader/content/res/thread-error.txt"); template = template.replace(/%URL%/g, this.dat.threadURL.spec).replace(/%SVRURL%/g, this._bbs2chService.serverURL.resolve("./thread/")).replace(/%STATUS%/g, "dat_down"); this.write(template); } this.close(); }else{ this.datDownload(true); } return; こんな感じにしてますが問題ないでしょうか。
|

|