mirror of
https://github.com/thangisme/notes.git
synced 2025-01-05 08:36:21 -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', '');
|
jsPath = source.replace('just-the-docs.js', '');
|
||||||
|
|
||||||
jsonPath = jsPath + '/search-data.json';
|
jsonPath = jsPath + 'search-data.json';
|
||||||
|
|
||||||
var request = new XMLHttpRequest();
|
var request = new XMLHttpRequest();
|
||||||
request.open('GET', jsonPath, true);
|
request.open('GET', jsonPath, true);
|
||||||
|
Loading…
Reference in New Issue
Block a user