Skip to content

Commit

Permalink
Replace "async defer" by "defer" in sniplet for dashboard (#1107)
Browse files Browse the repository at this point in the history
  • Loading branch information
divinerites authored Jun 7, 2021
1 parent 02ad4c8 commit 0a3623b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/plausible_web/views/site_view.ex
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ defmodule PlausibleWeb.SiteView do
end

"""
<script async defer data-domain="#{site.domain}" src="#{tracker}"></script>
<script defer data-domain="#{site.domain}" src="#{tracker}"></script>
"""
end
end

0 comments on commit 0a3623b

Please sign in to comment.