Skip to content

Commit

Permalink
Update search.js
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmetcecen committed May 11, 2016
1 parent f3a7c04 commit 933359b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions js/search.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jQuery(function() {
});

// Get the generated search_data.json file so lunr.js can search it locally.
window.data = $.getJSON('/project-pages/search/search_data.json');
window.data = $.getJSON('/EAB-AM-Project/search/search_data.json');

// Wait for the data to load and add it to lunr
window.data.then(function(loaded_data){
Expand Down Expand Up @@ -56,4 +56,4 @@ jQuery(function() {
}
});
}
});
});

0 comments on commit 933359b

Please sign in to comment.