* SAAS-1153 - more work on station podcast frontend. Add delete and edit button functionality for episode table
* Various fixes and backend updates * Move station podcast creation to id getter in Preferences
This commit is contained in:
parent
c0d8b8b39c
commit
22f8b0f328
16 changed files with 102 additions and 72 deletions
|
@ -121,7 +121,7 @@ var AIRTIME = (function (AIRTIME) {
|
|||
|
||||
};
|
||||
|
||||
mod.publishTrack = function(mediaId) {
|
||||
mod.openPublishDialog = function(mediaId) {
|
||||
|
||||
jQuery.get(dialogUrl, { csrf_token: jQuery("#csrf").val() })
|
||||
.success(function(html) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue