Skip to content

Commit

Permalink
Merge branch 'patch-2' of github.com:dee-see/letter_opener_web into next
Browse files Browse the repository at this point in the history
Conflicts:
	app/views/layouts/letter_opener_web/_javascripts.html.erb
  • Loading branch information
fgrehm committed Oct 20, 2021
2 parents 13565e3 + c535f35 commit 1a4a504
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 554 deletions.
2 changes: 1 addition & 1 deletion app/views/layouts/letter_opener_web/_javascripts.html.erb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<%= render "layouts/letter_opener_web/js/jquery" %>
<%= render "layouts/letter_opener_web/js/favcount" %>

<script>
<script nonce="<%= content_security_policy_nonce %>">
function update_favicon(favicon) {
favicon.set($('.letter-opener a').length);
}
Expand Down
2 changes: 1 addition & 1 deletion app/views/layouts/letter_opener_web/js/_favcount.html.erb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<script>
<script nonce="<%= content_security_policy_nonce %>">
/*
* favcount.js v1.5.0
* http://chrishunt.co/favcount
Expand Down
555 changes: 3 additions & 552 deletions app/views/layouts/letter_opener_web/js/_jquery.html.erb

Large diffs are not rendered by default.

0 comments on commit 1a4a504

Please sign in to comment.