CC-3174 : showbuilder
checking to make sure UI is up to date with db
This commit is contained in:
parent
e1d5d6de73
commit
b2d0565ec4
4 changed files with 103 additions and 57 deletions
|
@ -59,7 +59,7 @@ var AIRTIME = (function(AIRTIME){
|
|||
for (item in aData) {
|
||||
temp = aData[item];
|
||||
if (temp !== null && temp.hasOwnProperty('id')) {
|
||||
aSchedIds.push({"id": temp.id, "instance": temp.instance});
|
||||
aSchedIds.push({"id": temp.id, "instance": temp.instance, "timestamp": temp.timestamp});
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue