From b30f67b24b003ed3ce1a94acc6d350b285d3f12a Mon Sep 17 00:00:00 2001 From: Martin Konecny Date: Thu, 14 Feb 2013 15:49:38 -0500 Subject: [PATCH] CC-4950: builder-feed is called twice on NowPlaying screen load --- airtime_mvc/public/js/airtime/showbuilder/main_builder.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/airtime_mvc/public/js/airtime/showbuilder/main_builder.js b/airtime_mvc/public/js/airtime/showbuilder/main_builder.js index 98a1915a5..ee19e85fd 100644 --- a/airtime_mvc/public/js/airtime/showbuilder/main_builder.js +++ b/airtime_mvc/public/js/airtime/showbuilder/main_builder.js @@ -86,7 +86,7 @@ AIRTIME = (function(AIRTIME) { .end(); oTable = $('#show_builder_table').dataTable(); - oTable.fnDraw(); + //oTable.fnDraw(); } }