fix: hide notify me button on callback

This commit is contained in:
Jannat Patel
2021-11-25 13:06:12 +05:30
parent 6ae346df44
commit 315d373d2d
2 changed files with 2 additions and 0 deletions

View File

@@ -216,6 +216,7 @@ var notify_user = (e) => {
},
callback: (data) => {
$("#interest-alert").removeClass("hide");
$("#notify-me").addClass("hide");
}
})
}