Disable tailing when "To top" is clicked

This commit is contained in:
Piotr Sarnacki 2015-02-26 11:54:25 +01:00
parent a5cc2dd099
commit f27ea4a193

View File

@ -113,6 +113,7 @@ View = BasicView.extend
actions:
toTop: () ->
Travis.tailing.stop()
$(window).scrollTop(0)
toggleTailing: ->