Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The elevation control in the web GUI does not show up. 8009563 was the reason. In `GHRequest.prototype.init = function (params)` parameter `this.vehicle` was still used, although the assignment was removed. So this should be changed into 'params.vehicle'. The same is true below in 'GHRequest.prototype.initVehicle = function (vehicle) {` where 'this.vehicle' needs to be replaced with 'vehicle'.
- Loading branch information