about summary refs log tree commit diff
path: root/app/assets/javascripts/mastodon-logo.coffee
diff options
context:
space:
mode:
Diffstat (limited to 'app/assets/javascripts/mastodon-logo.coffee')
-rw-r--r--app/assets/javascripts/mastodon-logo.coffee2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/javascripts/mastodon-logo.coffee b/app/assets/javascripts/mastodon-logo.coffee
index bcf52f378..0b4e67e79 100644
--- a/app/assets/javascripts/mastodon-logo.coffee
+++ b/app/assets/javascripts/mastodon-logo.coffee
@@ -44,5 +44,5 @@ work = ->
   if runs == stop_at_run
     stop()
 
-$ ->
+$(document).on 'turbolinks:load', ->
   setTimeout(start, 100)