commit 63db533ee5f2d1d07490c3f53cdabc7b7637ecb3
parent bd3b44ab230f3b9458dfaa8baebe881d832460e4
Author: Hugo Soucy <hugo@soucy.cc>
Date: Sun, 19 Mar 2017 11:14:52 -0400
Remove the `async` attribute.
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/templates/mustache/note.mustache b/templates/mustache/note.mustache
@@ -54,7 +54,7 @@
</footer>
<aside class="webmention-herokuapp">
- <script id="webmention-hosted" async>
+ <script id="webmention-hosted">
(function () {
var sn = document.createElement("script"), s = document.getElementsByTagName("script")[0], url;
url = document.querySelectorAll ? document.querySelectorAll("link[rel~=canonical]") : false;