Allow jump to top on post 2 or 3.

This commit is contained in:
Robin Ward 2014-02-19 14:23:43 -05:00
parent 0c45cf1ee7
commit 2d398903c0
1 changed files with 1 additions and 1 deletions

View File

@ -224,7 +224,7 @@ Discourse.TopicController = Discourse.ObjectController.extend(Discourse.Selected
}.property(),
jumpTopDisabled: function() {
return (this.get('progressPosition') <= 3);
return (this.get('progressPosition') < 2);
}.property('progressPosition'),
jumpBottomDisabled: function() {