Commit a242c40b by Torkel Ödegaard

Merge branch '1.7.x'

parents 3d9a4dcb f82b84ea
# 1.7.0 (unreleased) # 1.7.0 (2014-08-11)
**Fixes** **Fixes**
- [Issue #652](https://github.com/grafana/grafana/issues/652). Timepicker: Entering custom date range impossible when refresh is low (now is constantly reset) - [Issue #652](https://github.com/grafana/grafana/issues/652). Timepicker: Entering custom date range impossible when refresh is low (now is constantly reset)
......
...@@ -228,7 +228,7 @@ function (angular, _, kbn, InfluxSeries) { ...@@ -228,7 +228,7 @@ function (angular, _, kbn, InfluxSeries) {
inspect: { type: 'influxdb' }, inspect: { type: 'influxdb' },
}; };
return $http(options).then(function (data) { return $http(options).success(function (data) {
deferred.resolve(data); deferred.resolve(data);
}); });
}, 10); }, 10);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment