* SAAS-1168, SAAS-1153 - work on station podcast frontend
* SAAS-1164 - Styling fixes for publishing and podcast editors
This commit is contained in:
parent
4cd00b50ee
commit
c0d8b8b39c
14 changed files with 246 additions and 149 deletions
|
@ -131,6 +131,13 @@ var AIRTIME = (function(AIRTIME){
|
|||
AIRTIME.library.fnDrawCallback();
|
||||
self.close();
|
||||
});
|
||||
|
||||
self.contents.on("click", ".toggle-editor-form", function(event) {
|
||||
self.contents.find(".inner_editor_wrapper").slideToggle(200);
|
||||
var buttonIcon = $(this).find('.icon-white');
|
||||
buttonIcon.toggleClass('icon-chevron-up');
|
||||
buttonIcon.toggleClass('icon-chevron-down');
|
||||
});
|
||||
};
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue