"Fix" #1139.
This commit is contained in:
parent
eeb5d974dd
commit
b6d00257fa
@ -242,7 +242,7 @@ Header =
|
||||
$('input[name=boardnav]', settings).focus()
|
||||
|
||||
hashScroll: ->
|
||||
return unless post = $.id @location.hash[1..]
|
||||
return unless (hash = @location.hash[1..]) and post = $.id hash
|
||||
return if (Get.postFromRoot post).isHidden
|
||||
Header.scrollToPost post
|
||||
scrollToPost: (post) ->
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user