mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-30 01:05:39 +02:00
Added success and error messages when change the event owner - #4309
This commit is contained in:
parent
084d1a229e
commit
936a7e839f
@ -498,7 +498,6 @@ function event_change_owner() {
|
|||||||
if (data == "owner_ok") {
|
if (data == "owner_ok") {
|
||||||
dt_events.draw(false);
|
dt_events.draw(false);
|
||||||
$("#notification_owner_success").show();
|
$("#notification_owner_success").show();
|
||||||
console.log(new_owner);
|
|
||||||
if (new_owner == -1) {
|
if (new_owner == -1) {
|
||||||
new_owner = "";
|
new_owner = "";
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user