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:
Christoph Haas 2013-11-13 23:24:14 +01:00
parent bce624ee29
commit 2517dd6192

View file

@ -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>