From c9f8657ed98f8813e43c3316bc53812fb2a81eb3 Mon Sep 17 00:00:00 2001 From: Alexander Biehl Date: Tue, 29 Aug 2017 11:48:36 +0200 Subject: QuickNav: Also use baseUrl for doc-index.json request --- haddock-api/resources/html/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'haddock-api/resources') diff --git a/haddock-api/resources/html/index.js b/haddock-api/resources/html/index.js index 109a106b..fccd0349 100644 --- a/haddock-api/resources/html/index.js +++ b/haddock-api/resources/html/index.js @@ -80,7 +80,7 @@ var App = createClass({ activeLinkIndex: -1, moduleResults: [] }); - loadJSON("doc-index.json", function(data) { + loadJSON(baseUrl + "/doc-index.json", function(data) { self.setState({ fuse: new Fuse(data, { threshold: 0.4, -- cgit v1.2.3