Skip to content

Commit

Permalink
fix: Use var instead of const for maximum compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
delucis committed Feb 24, 2019
1 parent f095333 commit 0dd0532
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion footer.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<script src="https://polyfill.io/v2/polyfill.min.js?features=IntersectionObserver"></script>
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/lozad/dist/lozad.min.js"></script>
<script type="text/javascript">
const observer = lozad();
var observer = lozad();
observer.observe();
</script>

Expand Down

0 comments on commit 0dd0532

Please sign in to comment.