Hide the show form after updating a show because it was broken at that point anyways
This commit is contained in:
parent
79d2ae12fb
commit
dab9cc775c
1 changed files with 3 additions and 2 deletions
|
@ -784,6 +784,7 @@ function setAddShowEvents(form) {
|
|||
} else {
|
||||
redrawAddShowForm($addShowForm, json.newForm);
|
||||
scheduleRefetchEvents(json);
|
||||
$addShowForm.hide();
|
||||
}
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue