Hideable Scheduled Shows tab

Makes the first tab remoeable and the tracks page be full width after removing the last tab. You can press the "Dashboard" link to open it back up again.
This commit is contained in:
Lucas Bickel 2017-03-21 00:18:22 +01:00
parent 81d3c3e2b8
commit 6e712b4b82
5 changed files with 61 additions and 17 deletions

View file

@ -187,6 +187,12 @@ AIRTIME = (function(AIRTIME) {
//Highlight the media type selector we're currently on.
highlightMediaTypeSelector();
// always re-show builder if dashboard button was clicked
$('.media_type_selector:first').on('click', function() {
$builder.show();
AIRTIME.tabs.openScheduleTab();
});
/*
* Icon hover states for search.
*/