preparing to make items/locations referencable
Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
This commit is contained in:
@@ -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){
|
||||
|
||||
Reference in New Issue
Block a user