mirror of
https://github.com/yingziwu/mastodon.git
synced 2026-02-16 15:23:16 +00:00
5 lines
173 B
CoffeeScript
5 lines
173 B
CoffeeScript
$ ->
|
|
$(document).on 'turbolinks:load', ->
|
|
unless typeof window.MiniProfiler == 'undefined'
|
|
window.MiniProfiler.init()
|
|
window.MiniProfiler.pageTransition()
|