diff options
Diffstat (limited to 'js')
-rw-r--r-- | js/istreamdev.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/js/istreamdev.js b/js/istreamdev.js index 0f1c0a9..fc203af 100644 --- a/js/istreamdev.js +++ b/js/istreamdev.js @@ -976,6 +976,7 @@ $('.submit_epg').tap(function(event) { day = $('#epgform #epg_day').val();
if ( channel == "all" && time == "") {
alert("You have to select a time for All channels listing");
+ $(this).removeClass('active');
return false;
}
if ( time == "" ) {
|