mirror of
https://github.com/thangisme/notes.git
synced 2025-01-03 09:46:34 -05:00
Merge pull request #65 from stephenedmondson/master
search-data path fix
This commit is contained in:
commit
c9e4284754
@ -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…
Reference in New Issue
Block a user