1
0
mirror of https://github.com/thangisme/notes.git synced 2025-01-03 09:36:39 -05:00

Merge pull request #65 from stephenedmondson/master

search-data path fix
This commit is contained in:
Patrick Marsceill 2019-02-02 11:22:53 -08:00 committed by GitHub
commit c9e4284754
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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