From f27ea4a19300f0814b2f8a9938e815be9505800b Mon Sep 17 00:00:00 2001 From: Piotr Sarnacki Date: Thu, 26 Feb 2015 11:54:25 +0100 Subject: [PATCH] Disable tailing when "To top" is clicked --- app/views/pre.coffee | 1 + 1 file changed, 1 insertion(+) diff --git a/app/views/pre.coffee b/app/views/pre.coffee index 222ba7f5..bda4bd62 100644 --- a/app/views/pre.coffee +++ b/app/views/pre.coffee @@ -113,6 +113,7 @@ View = BasicView.extend actions: toTop: () -> + Travis.tailing.stop() $(window).scrollTop(0) toggleTailing: ->