mirror of
https://github.com/whippyshou/mastodon
synced 2025-01-20 00:33:11 +09:00
85b00d19b8
behaviour with Turbolinks enabled, optimizing Rabl for production
6 lines
173 B
CoffeeScript
6 lines
173 B
CoffeeScript
$ ->
|
|
$(document).on 'turbolinks:load', ->
|
|
unless typeof window.MiniProfiler == 'undefined'
|
|
window.MiniProfiler.init()
|
|
window.MiniProfiler.pageTransition()
|