We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7131c5 commit 59ca3eaCopy full SHA for 59ca3ea
1 file changed
js/footer.js
@@ -94,8 +94,12 @@ themes.onchange = async () => {
94
)
95
) {
96
localStorage.setItem('theme', themes.value);
97
- if (themes.value == 'summarizer.css')
+
98
+ if (themes.value == 'summarizer.css') {
99
+ document.body.innerText = 'Please wait loading AI model...';
100
await Summarizer.create(writeupsContext);
101
+ }
102
103
reloadAll();
104
} else {
105
// Revert UI
0 commit comments