refreshing view on navigation.
This commit is contained in:
parent
de225c589f
commit
ab8cf60fe3
|
@ -429,6 +429,7 @@ var AIRTIME = (function(AIRTIME) {
|
||||||
},
|
},
|
||||||
navigate: function() {
|
navigate: function() {
|
||||||
delete fnServerData.instance;
|
delete fnServerData.instance;
|
||||||
|
oTableItem.fnDraw();
|
||||||
},
|
},
|
||||||
always: function() {
|
always: function() {
|
||||||
inShowsTab = false;
|
inShowsTab = false;
|
||||||
|
@ -442,6 +443,7 @@ var AIRTIME = (function(AIRTIME) {
|
||||||
},
|
},
|
||||||
navigate: function() {
|
navigate: function() {
|
||||||
delete fnServerData.instance;
|
delete fnServerData.instance;
|
||||||
|
oTableAgg.fnDraw();
|
||||||
},
|
},
|
||||||
always: function() {
|
always: function() {
|
||||||
inShowsTab = false;
|
inShowsTab = false;
|
||||||
|
@ -656,9 +658,7 @@ var AIRTIME = (function(AIRTIME) {
|
||||||
if (inShowsTab) {
|
if (inShowsTab) {
|
||||||
showSummaryList();
|
showSummaryList();
|
||||||
}
|
}
|
||||||
else {
|
|
||||||
redrawTables();
|
redrawTables();
|
||||||
}
|
|
||||||
});
|
});
|
||||||
|
|
||||||
$historyContentDiv.on("click", ".his-select-page", selectCurrentPage);
|
$historyContentDiv.on("click", ".his-select-page", selectCurrentPage);
|
||||||
|
|
Loading…
Reference in New Issue