Skip to content
This repository was archived by the owner on Jan 8, 2019. It is now read-only.

Commit 7b8885a

Browse files
committed
appPrefix was applied twice for field chart urls
fixes #787
1 parent 33e64fe commit 7b8885a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public/javascripts/analyzers/analyzers/fieldcharts.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ $(document).ready(function() {
108108
$('.field-graph-container[data-chart-id="' + opts.chartid + '"]', $("#field-graphs")).remove();
109109

110110
$.ajax({
111-
url: appPrefixed(appPrefixed('/a/search/fieldhistogram')),
111+
url: appPrefixed('/a/search/fieldhistogram'),
112112
data: params,
113113
success: function(data) {
114114
var template = $("#field-graph-template").clone();

0 commit comments

Comments
 (0)