Skip to content
Code-Schnipsel Gruppen Projekte
Commit 9c93a365 erstellt von Henning Leutz's avatar Henning Leutz :martial_arts_uniform:
Dateien durchsuchen

fix: delay increase and element destruction in Dialogs.js

The commit uncomments the element destruction line and increases the delay from 1 second to 10
seconds in the Dialogs.js file. This is expected to improve the user-interface responsiveness and
reduce potential crashes.
Übergeordneter 582b6caa
No related branches found
No related tags found
2 Merge Requests!90fix: load user data for editing Invoice and TemporaryInvoice panels,!80Update 'next-3.x' with latest changes from 'main'
Pipeline #14425 bestanden mit Phase
in 2 Minuten und 34 Sekunden
......@@ -409,8 +409,8 @@ define('package/quiqqer/invoice/bin/backend/utils/Dialogs', [
}).inject(document.body);
(function () {
//document.getElements('#' + id).destroy();
}).delay(1000, this);
document.getElements('#' + id).destroy();
}).delay(10000, this);
}
}
}).open();
......
0% oder .
You are about to add 0 people to the discussion. Proceed with caution.
Bearbeitung dieser Nachricht zuerst beenden!
Bitte registrieren oder zum Kommentieren