[view/flot][xs]: remove TODO which had been done.
This commit is contained in:
@@ -122,7 +122,6 @@ my.FlotGraph = Backbone.View.extend({
|
|||||||
var select = this.el.find('.editor-group select');
|
var select = this.el.find('.editor-group select');
|
||||||
this._getEditorData();
|
this._getEditorData();
|
||||||
// update navigation
|
// update navigation
|
||||||
// TODO: make this less invasive (e.g. preserve other keys in query string)
|
|
||||||
var qs = my.parseHashQueryString();
|
var qs = my.parseHashQueryString();
|
||||||
qs['graph'] = this.chartConfig;
|
qs['graph'] = this.chartConfig;
|
||||||
my.setHashQueryString(qs);
|
my.setHashQueryString(qs);
|
||||||
|
|||||||
Reference in New Issue
Block a user