Trying to fix loading js async bug
This commit is contained in:
parent
3e2b0a137e
commit
712275037f
|
@ -8,6 +8,4 @@
|
|||
//= require cable
|
||||
//= require_tree .
|
||||
|
||||
$(document).on('turbolinks:load', function(){
|
||||
$(document).foundation();
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue