Fix bug where switching to a webstream tab would throw an error

This commit is contained in:
Duncan Sommerville 2015-09-29 16:26:39 -04:00
parent 3df1081c60
commit d3e9665063
2 changed files with 4 additions and 3 deletions

View file

@ -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;