Fix small showbuilder bugs
This commit is contained in:
parent
4cbc49391b
commit
83902ebbbe
2 changed files with 14 additions and 4 deletions
|
@ -197,7 +197,7 @@ var AIRTIME = (function(AIRTIME) {
|
|||
function addToCurrentOrNext(arr) {
|
||||
var el;
|
||||
// Add to the end of the current show by getting the footer
|
||||
el = $(".sb-footer.sb-current-show");
|
||||
el = $(".sb-footer.sb-future:first");
|
||||
var data = el.prev().data("aData");
|
||||
|
||||
if (data === undefined) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue