Added success and error messages when change the event owner - #4309

This commit is contained in:
Tatiana Llorente 2019-07-09 17:18:37 +02:00
parent 084d1a229e
commit 936a7e839f
1 changed files with 0 additions and 1 deletions

View File

@ -498,7 +498,6 @@ function event_change_owner() {
if (data == "owner_ok") {
dt_events.draw(false);
$("#notification_owner_success").show();
console.log(new_owner);
if (new_owner == -1) {
new_owner = "";
}