in between state before converting to pathlib

This commit is contained in:
Marcel Gansfusz
2025-10-28 19:32:01 +01:00
parent 856c401c06
commit d6508c739d
9 changed files with 104 additions and 51 deletions

View File

@@ -1,4 +1,4 @@
var url = "http://127.0.0.1:8000/search/";
var url = window.location + "search/";
var lid = null;
var pid = null;
var activeAutocompletion = null;