diff --git a/src/mastodon-timeline.js b/src/mastodon-timeline.js index 151b838..aeaa903 100644 --- a/src/mastodon-timeline.js +++ b/src/mastodon-timeline.js @@ -13,7 +13,7 @@ window.addEventListener("load", () => { // Id of the
containing the timeline container_body_id: "mt-body", - // Class name for the loading spinner + // Class name for the loading spinner (also used in CSS file) spinner_class: "loading-spinner", // Preferred color theme: 'light', 'dark' or 'auto'. Default: auto