diff --git a/src/General/Get.coffee b/src/General/Get.coffee index 555b468c4..bad4c3752 100644 --- a/src/General/Get.coffee +++ b/src/General/Get.coffee @@ -25,7 +25,7 @@ Get = path = link.pathname.split /\/+/ boardID = path[1] threadID = path[3] - postID = link.hash[2..] + postID = if link.hash then link.hash[2..] else path[3] else # resurrected quote {boardID, threadID, postID} = link.dataset threadID or= 0