change
This commit is contained in:
@@ -369,17 +369,15 @@
|
||||
return;
|
||||
}
|
||||
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';
|
||||
}
|
||||
submitOpen();
|
||||
})
|
||||
.catch(() => {
|
||||
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';
|
||||
}
|
||||
submitOpen();
|
||||
});
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user