Skip to content

Commit dbca0d6

Browse files
committed
Shorter timeout on widget theme change
1 parent b344e94 commit dbca0d6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

mastodon-timeline-setup.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,4 +132,4 @@ const myTimeline = new MastodonTimeline.Init({
132132
}
133133

134134
// Initialize theme synchronization when the timeline is ready
135-
setTimeout(setupThemeSync, 1000);
135+
setTimeout(setupThemeSync, 100);

0 commit comments

Comments
 (0)