Skip to content
Snippets Groups Projects
Commit d7b1adb8 authored by Stephen Edmondson's avatar Stephen Edmondson
Browse files

search-data path fix

parent 309b2384
No related branches found
No related tags found
No related merge requests found
......@@ -54,7 +54,7 @@ function initSearch() {
jsPath = source.replace('just-the-docs.js', '');
jsonPath = jsPath + '/search-data.json';
jsonPath = jsPath + 'search-data.json';
var request = new XMLHttpRequest();
request.open('GET', jsonPath, true);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment