- 204 名前:名無しさん@お腹いっぱい。 mailto:sage [2011/06/17(金) 17:09:53.33 ID:gSe6szxs0]
- 自己解決しました。
一応他の人のために解決法を書いておきます。 デフォルト改内のscript.jsを開いて 198行目 if(anchorID == "#newMark" && $("body").find(".resNew").length == 0) toShow = $("#status"); 199行目 window.scrollTo(0, toShow.offset().top - pageTitle.height() - 20); ↓ 198行目 if(anchorID == "#newMark" && $("body").find(".resNew").length == 0) toShow = $("#status"); 199行目 if (!/\/$/.test(document.location.href)) 200行目 window.scrollTo(0, toShow.offset().top - pageTitle.height() - 20); と、書き換えれば、全件表示をした時に新着スルロールをせずに、1からの表示ができるみたいです。
|

|