HomeIntegrationHow can I make the sidebar work with Turbolinks?
Last updated about 6 years ago
$(document).on 'turbolinks:load', -> unless typeof(Slimfaq) == 'undefined' Slimfaq.reload()
$(document).on 'page:load', -> unless typeof(Slimfaq) == 'undefined' Slimfaq.reload()