Stable/unstable

This commit is contained in:
german 2026-04-10 19:31:47 +04:00
parent fd78a591b7
commit c10d855260

View File

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