BigW Consortium Gitlab

Commit f10a1566 by Cornelio Hopmann

FIX: Browser back button breaks "Loading..." visual

From: https://github.com/rails/turbolinks/ page:change the page has been parsed and changed to the new version and on DOMContentLoaded
parent 9c4ed864
......@@ -56,7 +56,7 @@ window.unbindEvents = ->
document.addEventListener("page:fetch", startSpinner)
document.addEventListener("page:fetch", unbindEvents)
document.addEventListener("page:receive", stopSpinner)
document.addEventListener("page:change", stopSpinner)
$ ->
# Click a .one_click_select field, select the contents
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment