diff --git a/index.js b/index.js index 702d6fe..1121eee 100644 --- a/index.js +++ b/index.js @@ -76,6 +76,7 @@ class App extends Find.createApp() { mwait(t, x) { const root = this.component(); const title = root.id('title'); + root.id("hand_error").text(''); if (t === true) { title.text('Минификация Find.js в процессе...'); } else {