refactor(web): change database reload button id

This commit is contained in:
2023-02-12 16:19:27 +03:00
parent 5f8cb21f03
commit 0ad59c40bd
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ $(document).on("click", "#btn-save", function (e) {
}
});
$(document).on("click", "#btn-discard", function (e) {
$(document).on("click", "#btn-reload", function (e) {
e.preventDefault();
if (!confirm("All unsaved changes will be lost permanently. Are you sure?")) {
return;