CC-4950: builder-feed is called twice on NowPlaying screen load
This commit is contained in:
parent
58740d6b41
commit
b30f67b24b
|
@ -86,7 +86,7 @@ AIRTIME = (function(AIRTIME) {
|
||||||
.end();
|
.end();
|
||||||
|
|
||||||
oTable = $('#show_builder_table').dataTable();
|
oTable = $('#show_builder_table').dataTable();
|
||||||
oTable.fnDraw();
|
//oTable.fnDraw();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue