Skip to content

Commit 043e520

Browse files
committed
Removed turbolinks entirely
1 parent 150d10b commit 043e520

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

app/assets/javascripts/application.js

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
//= require jquery
22
//= require jquery_ujs
3-
//= require turbolinks
43
//= require foundation

app/views/layouts/application.html.haml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
%head
44
%title KnowledgeBase
55
= stylesheet_link_tag "application", media: "all"
6+
= javascript_include_tag "application"
67
%meta{content: "width=device-width, initial-scale=1.0", name: "viewport"}
78
= csrf_meta_tags
89
@@ -11,5 +12,4 @@
1112
.row.container
1213
= yield
1314
14-
= javascript_include_tag "application"
1515
= yield :extra_files

0 commit comments

Comments
 (0)