CC-4950: builder-feed is called twice on NowPlaying screen load

This commit is contained in:
Martin Konecny 2013-02-14 15:49:38 -05:00
parent 58740d6b41
commit b30f67b24b
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@ AIRTIME = (function(AIRTIME) {
.end();
oTable = $('#show_builder_table').dataTable();
oTable.fnDraw();
//oTable.fnDraw();
}
}