浏览代码

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,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()