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:
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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user