Fix do-nothing assignment to post.
This commit is contained in:
parent
7d41924d20
commit
d7b84817b0
@ -170,8 +170,8 @@ Gallery =
|
|||||||
Gallery.cb.stop()
|
Gallery.cb.stop()
|
||||||
|
|
||||||
# Scroll to post
|
# Scroll to post
|
||||||
if Conf['Scroll to Post'] and post = (post = g.posts[file.dataset.post])?.nodes.root
|
if Conf['Scroll to Post'] and (post = g.posts[file.dataset.post])
|
||||||
Header.scrollTo post
|
Header.scrollTo post.nodes.root
|
||||||
|
|
||||||
# Center selected thumbnail
|
# Center selected thumbnail
|
||||||
nodes.thumbs.scrollTop = thumb.offsetTop + thumb.offsetHeight/2 - nodes.thumbs.clientHeight/2
|
nodes.thumbs.scrollTop = thumb.offsetTop + thumb.offsetHeight/2 - nodes.thumbs.clientHeight/2
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user