fix: hide notify me button on callback
This commit is contained in:
@@ -216,6 +216,7 @@ var notify_user = (e) => {
|
||||
},
|
||||
callback: (data) => {
|
||||
$("#interest-alert").removeClass("hide");
|
||||
$("#notify-me").addClass("hide");
|
||||
}
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user