Stable/unstable
This commit is contained in:
parent
fd78a591b7
commit
c10d855260
1
index.js
1
index.js
@ -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 {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user