Skip to content
This repository was archived by the owner on Aug 3, 2024. It is now read-only.

Commit c9f8657

Browse files
author
Alexander Biehl
committed
QuickNav: Also use baseUrl for doc-index.json request
1 parent eb88b01 commit c9f8657

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

haddock-api/resources/html/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ var App = createClass({
8080
activeLinkIndex: -1,
8181
moduleResults: []
8282
});
83-
loadJSON("doc-index.json", function(data) {
83+
loadJSON(baseUrl + "/doc-index.json", function(data) {
8484
self.setState({
8585
fuse: new Fuse(data, {
8686
threshold: 0.4,

0 commit comments

Comments
 (0)