We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 993a95b commit 6536419Copy full SHA for 6536419
app/views/layouts/application.html.erb
@@ -96,6 +96,8 @@
96
97
<%= render 'shared/footer' %>
98
99
+ <%= yield :javascript %>
100
+
101
<!-- at the end of the BODY -->
102
<script>
103
// Twemoji parse
app/views/shared/_partners.html.erb
@@ -1,7 +1,9 @@
1
<% content_for :javascript do %>
2
- $(function () {
3
- $('[data-toggle="tooltip"]').tooltip();
4
- });
+ <script>
+ $(function() {
+ $('[data-toggle="tooltip"]').tooltip();
5
+ });
6
+ </script>
7
<% end %>
8
9
<ul>
0 commit comments