SAAS-948 - Frontend tweaks and fixes
This commit is contained in:
parent
fcbc37977f
commit
661a87dfbc
13 changed files with 806 additions and 711 deletions
|
@ -228,7 +228,7 @@ var AIRTIME = (function(AIRTIME) {
|
|||
$toolbar.append($menu);
|
||||
// add to timeline button
|
||||
$toolbar
|
||||
.find('.icon-plus').parent()
|
||||
.find('#library-plus')
|
||||
.click(
|
||||
function() {
|
||||
|
||||
|
@ -286,7 +286,6 @@ var AIRTIME = (function(AIRTIME) {
|
|||
}
|
||||
|
||||
var selection = $(".media_type_selector.selected").attr("selection_id");
|
||||
console.log(selection);
|
||||
|
||||
if (selection == 2) {
|
||||
AIRTIME.playlist.fnNew();
|
Loading…
Add table
Add a link
Reference in a new issue