Merge branch '2.5.x' into cc-5709-airtime-analyzer
This commit is contained in:
commit
54d1bcf81e
8 changed files with 702 additions and 241 deletions
|
@ -346,6 +346,8 @@ function setAddShowEvents(form) {
|
|||
startTimeField.val(json.start.time);
|
||||
endDateField.val(json.end.date);
|
||||
endTimeField.val(json.end.time);
|
||||
// Change the timezone now that we've updated the times
|
||||
currentTimezone = newTimezone;
|
||||
});
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue