Allow jump to top on post 2 or 3.
This commit is contained in:
parent
0c45cf1ee7
commit
2d398903c0
1 changed files with 1 additions and 1 deletions
|
@ -224,7 +224,7 @@ Discourse.TopicController = Discourse.ObjectController.extend(Discourse.Selected
|
||||||
}.property(),
|
}.property(),
|
||||||
|
|
||||||
jumpTopDisabled: function() {
|
jumpTopDisabled: function() {
|
||||||
return (this.get('progressPosition') <= 3);
|
return (this.get('progressPosition') < 2);
|
||||||
}.property('progressPosition'),
|
}.property('progressPosition'),
|
||||||
|
|
||||||
jumpBottomDisabled: function() {
|
jumpBottomDisabled: function() {
|
||||||
|
|
Reference in a new issue