js/post-hider.js

This commit is contained in:
Czterooki 2013-07-20 00:06:41 -04:00
parent dfddeb30da
commit 2304683d1c

View File

@ -13,7 +13,7 @@ function phGetInnerText(id) {
else { return "[-]"; } else { return "[-]"; }
} }
function phGetOpID(element) { function phGetOpID(element) {
return Number(element.children("div.post.op").children("p.intro").children("a.post_no:eq(1)").text()); return Number(element.children("div.post.op").children("p.intro").children("a.post_no.p2").text());
} }
function phPostHandle(element) { function phPostHandle(element) {
var id = phGetOpID(element); var id = phGetOpID(element);