From 992e3c37ef899249bb4458b368a54eeb1f4be957 Mon Sep 17 00:00:00 2001 From: Martin Konecny Date: Tue, 30 Apr 2013 11:16:33 -0400 Subject: [PATCH] IM-629 -add missing POST parameter --- airtime_mvc/public/js/airtime/schedule/schedule.js | 1 + 1 file changed, 1 insertion(+) diff --git a/airtime_mvc/public/js/airtime/schedule/schedule.js b/airtime_mvc/public/js/airtime/schedule/schedule.js index b474d30de..9a57c7eff 100644 --- a/airtime_mvc/public/js/airtime/schedule/schedule.js +++ b/airtime_mvc/public/js/airtime/schedule/schedule.js @@ -181,6 +181,7 @@ function buildScheduleDialog (json, instance_id) { fnServer.end = json.end; fnServer.ops = {}; fnServer.ops.showFilter = instance_id; + fnServer.ops.myShows = 0; AIRTIME.library.libraryInit(); AIRTIME.showbuilder.builderDataTable();