deleteing items from the show table.

This commit is contained in:
Naomi 2013-08-29 15:34:34 -04:00
parent 5780eb5bbe
commit ec31fd50c9
2 changed files with 16 additions and 1 deletions

View file

@ -450,6 +450,7 @@ var AIRTIME = (function(AIRTIME) {
function redrawTables() {
oTableAgg && oTableAgg.fnDraw();
oTableItem && oTableItem.fnDraw();
oTableShow && oTableShow.fnDraw();
}
function removeHistoryDialog() {