about summary refs log tree commit diff
path: root/app/assets/javascripts/profiler.coffee
blob: 40dfd0af6317f244339fa14d8179b9719b16754b (plain) (blame)
1
2
3
4
5
$ ->
  $(document).on 'turbolinks:load', ->
    unless typeof window.MiniProfiler == 'undefined'
      window.MiniProfiler.init()
      window.MiniProfiler.pageTransition()