From d52481442927533074333139c7f2372e3c7efc0c Mon Sep 17 00:00:00 2001 From: Alib Date: Fri, 26 Mar 2010 11:42:31 +0100 Subject: fix epg form --- js/istreamdev.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'js') diff --git a/js/istreamdev.js b/js/istreamdev.js index df96443..95d125f 100644 --- a/js/istreamdev.js +++ b/js/istreamdev.js @@ -971,7 +971,6 @@ function showStatus( timeout, message ) { //buttons & events $('.submit_epg').tap(function(event) { event.preventDefault(); - json_start(this); channel = $('#epgform #epg_chan').val(); time = $('#epgform #epg_time').val(); day = $('#epgform #epg_day').val(); @@ -987,6 +986,7 @@ $('.submit_epg').tap(function(event) { } else { programs = "day"; } + json_start(this); get_epg(channel,time,day,programs); $(this).removeClass('active'); }); -- cgit v1.2.3