mirror of
https://github.com/thangisme/notes.git
synced 2025-11-23 13:12:25 -05:00
search-data path fix
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user