Fix small showbuilder bugs

This commit is contained in:
Duncan Sommerville 2015-08-06 10:40:50 -04:00
parent 4cbc49391b
commit 83902ebbbe
2 changed files with 14 additions and 4 deletions

View file

@ -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) {