Skip to content

Commit

Permalink
Merge pull request #429 from nunocoracao/416-bug-views-and-likes-caus…
Browse files Browse the repository at this point in the history
…es-undefined

🐛 removed unexistent onload call
  • Loading branch information
nunocoracao authored Jan 14, 2023
2 parents 13a86d4 + ae5e154 commit 1c8092b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions layouts/partials/vendor.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,5 @@
{{/* TypeIt */}}
{{ if .Page.HasShortcode "typeit" }}
{{ $typeitLib := resources.Get "lib/typeit/typeit.umd.js" }}
<script defer src="{{ $typeitLib.RelPermalink }}" integrity="{{ $typeitLib.Data.Integrity }}"
onload="renderTypeItElements();"></script>
<script defer src="{{ $typeitLib.RelPermalink }}" integrity="{{ $typeitLib.Data.Integrity }}"></script>
{{ end }}

0 comments on commit 1c8092b

Please sign in to comment.