Skip to content

Commit

Permalink
Merge pull request barryclark#65 from stephenedmondson/master
Browse files Browse the repository at this point in the history
search-data path fix
  • Loading branch information
pmarsceill authored Feb 2, 2019
2 parents eaafeee + d7b1adb commit c9e4284
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/js/just-the-docs.js
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit c9e4284

Please sign in to comment.