deleteing items from the show table.
This commit is contained in:
parent
5780eb5bbe
commit
ec31fd50c9
2 changed files with 16 additions and 1 deletions
|
@ -450,6 +450,7 @@ var AIRTIME = (function(AIRTIME) {
|
|||
function redrawTables() {
|
||||
oTableAgg && oTableAgg.fnDraw();
|
||||
oTableItem && oTableItem.fnDraw();
|
||||
oTableShow && oTableShow.fnDraw();
|
||||
}
|
||||
|
||||
function removeHistoryDialog() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue