aboutsummaryrefslogtreecommitdiff
path: root/views
diff options
context:
space:
mode:
authorThedro Neely <thedroneely@gmail.com>2019-03-20 15:48:03 -0400
committerThedro Neely <thedroneely@gmail.com>2019-03-20 15:48:03 -0400
commit9d547f791a390a93c71c6e3504f7bf34b2797017 (patch)
treecf8393ecd272c5a81a8fe596d794c5acefa92cb7 /views
parent788b3c2c170b272bdeccb9601f92dcc174a982f5 (diff)
downloadedwinmattiacci.com-9d547f791a390a93c71c6e3504f7bf34b2797017.tar.gz
edwinmattiacci.com-9d547f791a390a93c71c6e3504f7bf34b2797017.tar.bz2
edwinmattiacci.com-9d547f791a390a93c71c6e3504f7bf34b2797017.zip
views/wall: Defer looks like it breaks in Internet Explorer
Diffstat (limited to 'views')
-rw-r--r--views/wall.view.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/views/wall.view.php b/views/wall.view.php
index 2817cc0..63fb189 100644
--- a/views/wall.view.php
+++ b/views/wall.view.php
@@ -2,7 +2,7 @@
<?php require __DIR__ . '/partials/navigator.php'; ?>
-<script type="text/javascript" src="/comments" defer></script>
+<script type="text/javascript" src="/comments"></script>
<noscript>You must have JavaScript enabled to use the comments.</noscript>
<?php require __DIR__ . '/partials/footer.php'; ?>