Disabled turbolinks cruft
Turolinks may be a nice feature to speed up page load times. But it seriously makes event handling in jQuery harder and confusing to debug. That's why it is now disabled.
This commit is contained in:
parent
bce624ee29
commit
2517dd6192
1 changed files with 0 additions and 1 deletions
|
|
@ -3,7 +3,6 @@
|
|||
<head>
|
||||
<title>Debshots</title>
|
||||
<%= stylesheet_link_tag "application", media: "all" %>
|
||||
<%= javascript_include_tag "application", "data-turbolinks-track" => true %>
|
||||
<meta charset='utf-8' />
|
||||
<%= csrf_meta_tags %>
|
||||
</head>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue