diff --git a/airtime_mvc/public/js/airtime/playouthistory/historytable.js b/airtime_mvc/public/js/airtime/playouthistory/historytable.js
index 6f71bf0a5..9d9a7c750 100644
--- a/airtime_mvc/public/js/airtime/playouthistory/historytable.js
+++ b/airtime_mvc/public/js/airtime/playouthistory/historytable.js
@@ -173,19 +173,6 @@ var AIRTIME = (function(AIRTIME) {
var template,
$el;
- /*
- template =
- "
' " +
- "data-starts='<%= starts %>' " +
- "data-ends='<%= ends %>'" +
- ">" +
- "<%= name %>" +
- "<%= starts %>" +
- "<%= ends %>" +
- "";
- */
-
template =
"' " +
@@ -206,6 +193,12 @@ var AIRTIME = (function(AIRTIME) {
return $el;
}
+ //$el is the div in the accordian we should create the table on.
+ function createShowTable($el) {
+
+ oTableShow = itemHistoryTable("history_table_list");
+ }
+
function drawShowList(oShows) {
var $showList = $historyContentDiv.find("#history_show_summary"),
i,
@@ -408,6 +401,7 @@ var AIRTIME = (function(AIRTIME) {
oBaseTimePickerSettings,
oTableAgg,
oTableItem,
+ oTableShow,
$hisDialogEl,
tabsInit = [