Overlay with explaination modified (#123)

This commit is contained in:
siddhikhapare
2022-11-29 16:41:22 +05:30
committed by GitHub
parent fa4819b353
commit a89ccbdab7
2 changed files with 19 additions and 0 deletions

View File

@@ -265,6 +265,7 @@ $(".bi-power").click(function () {
type: 'DELETE',
}).done(function () {
// TODO: display explanation overlay here
$("#PowerOffModal").modal('show');
window.close();
})
})