We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91c7b4a commit 3083d1aCopy full SHA for 3083d1a
assets/js/just-the-docs.js
@@ -54,7 +54,7 @@ function initNav() {
54
function initSearch() {
55
var request = new XMLHttpRequest();
56
var lang = window.location.pathname.split('/')[2];
57
- request.open('GET', 'http://localhost:4000/user-sync.py/assets/js/search-data-'+lang+'.json', true);
+ request.open('GET', '/user-sync.py/assets/js/search-data-'+lang+'.json', true);
58
59
request.onload = function(){
60
if (request.status >= 200 && request.status < 400) {
0 commit comments