Trying to fix loading js async bug

This commit is contained in:
yafeilee 2016-08-07 11:44:45 +08:00
parent 3e2b0a137e
commit 712275037f
1 changed files with 1 additions and 3 deletions

View File

@ -8,6 +8,4 @@
//= require cable
//= require_tree .
$(document).on('turbolinks:load', function(){
$(document).foundation();
});