bbs2chreader Part15 at SOFTWARE
[2ch|▼Menu]
566:名無しさん@お腹いっぱい。
08/05/20 15:52:54 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;

こんな感じにしてますが問題ないでしょうか。


次ページ
続きを表示
1を表示
最新レス表示
スレッドの検索
類似スレ一覧
話題のニュース
おまかせリスト
▼オプションを表示
暇つぶし2ch

5367日前に更新/194 KB
担当:undef