From 92eca4daaf8b38fc594f8eaea6f82eb1b6078778 Mon Sep 17 00:00:00 2001 From: "i.j" Date: Mon, 4 Sep 2023 20:36:46 +0000 Subject: [PATCH] Update comment --- src/mastodon-timeline.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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