Fix bug where switching to a webstream tab would throw an error
This commit is contained in:
parent
3df1081c60
commit
d3e9665063
2 changed files with 4 additions and 3 deletions
|
@ -224,7 +224,7 @@ function buildScheduleDialog (json, instance_id) {
|
|||
}
|
||||
]
|
||||
});
|
||||
|
||||
|
||||
//set the start end times so the builder datatables knows its time range.
|
||||
fnServer.start = json.start;
|
||||
fnServer.end = json.end;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue