Skip to content
This repository was archived by the owner on Apr 12, 2023. It is now read-only.

Commit ca40497

Browse files
committed
remove turbo
1 parent 9e2e913 commit ca40497

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

app/assets/javascripts/application.js

-1
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,4 @@
1212
//
1313
//= require rails-ujs
1414
//= require activestorage
15-
//= require turbolinks
1615
//= require_tree .

app/views/layouts/application.html.erb

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
<%= csrf_meta_tags %>
66
<%= csp_meta_tag %>
77

8-
<%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track': 'reload' %>
9-
<%= javascript_include_tag 'application', 'data-turbolinks-track': 'reload' %>
8+
<%= stylesheet_link_tag 'application', media: 'all' %>
9+
<%= javascript_include_tag 'application' %>
1010
</head>
1111

1212
<body>

0 commit comments

Comments
 (0)