Revert "don't scroll to post when initially opening gallery"

This reverts commit 432f1c4b36b16e121cdb416890a12a9f0db6e2f7.
This commit is contained in:
ccd0 2014-08-16 13:47:13 -07:00
parent 0fa82353f4
commit 6bab577e14

View File

@ -114,7 +114,7 @@ Gallery =
Gallery.images.push thumb
$.add Gallery.nodes.thumbs, thumb
open: (thumb, scroll) ->
open: (thumb) ->
{nodes} = Gallery
{name} = nodes
oldID = +nodes.current.dataset.id
@ -151,7 +151,7 @@ Gallery =
Gallery.cb.stop()
# Scroll to post
if scroll and post = (post = g.posts[file.dataset.post])?.nodes.root
if Conf['Scroll to Post'] and post = (post = g.posts[file.dataset.post])?.nodes.root
Header.scrollTo post
# Center selected thumbnail
@ -218,7 +218,7 @@ Gallery =
open: (e) ->
e.preventDefault() if e
if @ then Gallery.open @, Conf['Scroll to Post']
if @ then Gallery.open @
image: (e) ->
e.preventDefault()