This commit is contained in:
2026-02-27 12:13:52 +02:00
parent 200058ba03
commit 279f40486b
5 changed files with 127 additions and 25 deletions

View File

@@ -33,7 +33,10 @@
var alertInstance = new y2kAlert(
"Storage Warning",
Y2K.TYPE_WARNING,
"Disk space is running low."
"Disk space is running low.",
{
closeOnBackdropClick: true
}
);
alertInstance.addEventListener("submit", function (event) {