瀏覽代碼

Fix load events to also work on turbolinksed pages

Maarten van den Berg 8 年之前
父節點
當前提交
ed86200dfc
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      app/assets/javascripts/buttonhandlers.js

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

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