Allow jump to top on post 2 or 3.
This commit is contained in:
parent
0c45cf1ee7
commit
2d398903c0
|
@ -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() {
|
||||
|
|
Loading…
Reference in New Issue