From 3da825fc76252155aade2bb25203428579df42e8 Mon Sep 17 00:00:00 2001 From: Bora Tunca Date: Fri, 5 Aug 2016 12:47:04 +0200 Subject: [PATCH] Point to correct place for GraphLinkForExpression --- web/ui/static/js/graph.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/ui/static/js/graph.js b/web/ui/static/js/graph.js index 03e3ab8de..a0aabf91f 100644 --- a/web/ui/static/js/graph.js +++ b/web/ui/static/js/graph.js @@ -636,7 +636,7 @@ function parseGraphOptionsFromURL() { return options; } -// NOTE: This needs to be kept in sync with rules/helpers.go:GraphLinkForExpression! +// NOTE: This needs to be kept in sync with /util/strutil/strconv.go:GraphLinkForExpression function storeGraphOptionsInURL() { var allGraphsOptions = []; for (var i = 0; i < graphs.length; i++) {