Merge branch '2.5.x' into cc-5709-airtime-analyzer

This commit is contained in:
drigato 2014-10-30 12:15:41 -04:00
commit 54d1bcf81e
8 changed files with 702 additions and 241 deletions

View file

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