changed the fetch in js to be relative (no explicite url; just a path); removed version from docker compose
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
var url = window.location + "search/";
|
||||
var url = "/search/";
|
||||
var lid = null;
|
||||
var pid = null;
|
||||
var activeAutocompletion = null;
|
||||
|
||||
Reference in New Issue
Block a user