preparing to make items/locations referencable

Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
This commit is contained in:
2025-11-03 08:43:07 +01:00
parent 84b22e9b94
commit 8e10909c81
3 changed files with 31 additions and 8 deletions

View File

@@ -47,7 +47,7 @@
function updateUrl(){
let url = window.location.origin + window.location.pathname;
if (filter_input) url += '?filter=' + encodeURI(filter_input);
window.history.replaceState(history.state, '', url);
window.history.replaceState(window.history.state, '', url);
}
async function create(name,user_id,state){