mirror of
https://github.com/discourse/discourse.git
synced 2024-11-30 20:54:00 -06:00
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(),
|
}.property(),
|
||||||
|
|
||||||
jumpTopDisabled: function() {
|
jumpTopDisabled: function() {
|
||||||
return (this.get('progressPosition') <= 3);
|
return (this.get('progressPosition') < 2);
|
||||||
}.property('progressPosition'),
|
}.property('progressPosition'),
|
||||||
|
|
||||||
jumpBottomDisabled: function() {
|
jumpBottomDisabled: function() {
|
||||||
|
Loading…
Reference in New Issue
Block a user