CC-6062 - Fix stretching last column after adding show in calendar view
This commit is contained in:
parent
e3101e90b2
commit
31ce52b857
1 changed files with 5 additions and 0 deletions
|
@ -786,6 +786,11 @@ function setAddShowEvents(form) {
|
||||||
scheduleRefetchEvents(json);
|
scheduleRefetchEvents(json);
|
||||||
$addShowForm.hide();
|
$addShowForm.hide();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* CC-6062: Resize the window to avoid stretching the last column */
|
||||||
|
windowResize();
|
||||||
|
makeAddShowButton();
|
||||||
|
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue