Procházet zdrojové kódy

Fix load events to also work on turbolinksed pages

Maarten van den Berg %!s(int64=8) %!d(string=před) roky
rodič
revize
ed86200dfc
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      app/assets/javascripts/buttonhandlers.js

+ 1 - 1
app/assets/javascripts/buttonhandlers.js

@@ -1,6 +1,6 @@
1 1
 // Provides handlers for the buttons!
2 2
 
3
-$(setup_handlers);
3
+document.addEventListener("turbolinks:load", setup_handlers);
4 4
 
5 5
 // Add the presence handler to all buttons on the page
6 6
 function setup_handlers()