diff --git a/airtime_mvc/public/js/airtime/showbuilder/builder.js b/airtime_mvc/public/js/airtime/showbuilder/builder.js index 10110aa78..a34814822 100644 --- a/airtime_mvc/public/js/airtime/showbuilder/builder.js +++ b/airtime_mvc/public/js/airtime/showbuilder/builder.js @@ -862,7 +862,7 @@ var AIRTIME = (function(AIRTIME){ elements.remove(); */ - var elements = $sbTable.find('tr input:checked').parents('tr'); + var elements = $sbTable.find('tr input:checked').parents('tr').not("."+NOW_PLAYING_CLASS); elements.hide(); }