change
This commit is contained in:
@@ -369,17 +369,15 @@
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
if (consoleNotice) {
|
if (consoleNotice) {
|
||||||
consoleNotice.textContent = data.error || 'Bestehende Konsole nicht verfügbar – Befehl wird in neuer Konsole ausgeführt.';
|
consoleNotice.textContent = data.error || 'Befehl konnte nicht in der bestehenden Konsole ausgeführt werden.';
|
||||||
consoleNotice.style.display = 'block';
|
consoleNotice.style.display = 'block';
|
||||||
}
|
}
|
||||||
submitOpen();
|
|
||||||
})
|
})
|
||||||
.catch(() => {
|
.catch(() => {
|
||||||
if (consoleNotice) {
|
if (consoleNotice) {
|
||||||
consoleNotice.textContent = 'Bestehende Konsole nicht verfügbar – Befehl wird in neuer Konsole ausgeführt.';
|
consoleNotice.textContent = 'Befehl konnte nicht in der bestehenden Konsole ausgeführt werden.';
|
||||||
consoleNotice.style.display = 'block';
|
consoleNotice.style.display = 'block';
|
||||||
}
|
}
|
||||||
submitOpen();
|
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user