Fix async

This commit is contained in:
i.j 2023-07-15 19:41:44 +00:00
parent 59247166de
commit 74234709ea
4 changed files with 7 additions and 4 deletions

View File

@ -1,3 +1,6 @@
v3.7.1 - 15/07/2023
- Use window.onload to take async attribute into account
v3.7.0 - 10/07/2023
- Add Markdown to HTML feature
- Add option to change Markdown symbol ">" into a blockquote HTML tag

View File

@ -1,4 +1,4 @@
/* Mastodon embed feed timeline v3.7.0 */
/* Mastodon embed feed timeline v3.7.1 */
/* More info at: */
/* https://gitlab.com/idotj/mastodon-embed-feed-timeline */

View File

@ -1,9 +1,9 @@
// Mastodon embed feed timeline v3.7.0
// Mastodon embed feed timeline v3.7.1
// More info at:
// https://gitlab.com/idotj/mastodon-embed-feed-timeline
// Timeline settings
document.addEventListener("DOMContentLoaded", () => {
window.addEventListener("load", () => {
let mapi = new MastodonApi({
// Id of the <div> containing the timeline
container_body_id: "mt-body",

File diff suppressed because one or more lines are too long