Skip to content

Commit 3083d1a

Browse files
committed
issue getting search data
1 parent 91c7b4a commit 3083d1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assets/js/just-the-docs.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ function initNav() {
5454
function initSearch() {
5555
var request = new XMLHttpRequest();
5656
var lang = window.location.pathname.split('/')[2];
57-
request.open('GET', 'http://localhost:4000/user-sync.py/assets/js/search-data-'+lang+'.json', true);
57+
request.open('GET', '/user-sync.py/assets/js/search-data-'+lang+'.json', true);
5858

5959
request.onload = function(){
6060
if (request.status >= 200 && request.status < 400) {

0 commit comments

Comments
 (0)