graph: unselect range when reloading plot

This commit is contained in:
Heikki Hannikainen 2013-06-25 21:45:22 +03:00
parent 89f1e245a3
commit 5b879e7570
1 changed files with 1 additions and 0 deletions

View File

@ -976,6 +976,7 @@ function load_graph_success(data)
var d = graphs[this.k];
graph_fill(data, d);
schedule_graph(60000);
$('#graph').trigger('plotunselected');
}
function load_graph_error(jqXHR, stat, errorThrown)