1
0
mirror of https://github.com/thangisme/notes.git synced 2025-02-21 06:57:46 -05:00

search-data path fix

This commit is contained in:
Stephen Edmondson 2019-01-11 12:41:00 -06:00
parent 309b238400
commit d7b1adb8c7

@ -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);