Merge branch 'saas-dev' of https://github.com/sourcefabric/Airtime into saas-dev

This commit is contained in:
drigato 2015-07-06 12:53:41 -04:00
commit db0b733b84

View file

@ -786,6 +786,11 @@ function setAddShowEvents(form) {
scheduleRefetchEvents(json);
$addShowForm.hide();
}
/* CC-6062: Resize the window to avoid stretching the last column */
windowResize();
makeAddShowButton();
}
});
});