diff --git a/airtime_mvc/public/js/airtime/showbuilder/builder.js b/airtime_mvc/public/js/airtime/showbuilder/builder.js index 47484c2ce..444f10e6e 100644 --- a/airtime_mvc/public/js/airtime/showbuilder/builder.js +++ b/airtime_mvc/public/js/airtime/showbuilder/builder.js @@ -71,6 +71,11 @@ var AIRTIME = (function(AIRTIME){ else { AIRTIME.button.disableButton("btn-group #timeline-select", true); } + + //need to check if the 'Select' button is disabled + if ($(".btn-group #timeline-select").is(":disabled")) { + $(".btn-group #timeline-select").removeAttr("disabled"); + } }; mod.checkTrimButton = function() {