URL now changed when tool is changed

This commit is contained in:
2023-05-24 11:04:26 +02:00
parent 042dc1cc85
commit ccfed51bb4

View File

@@ -88,6 +88,7 @@ function changeTool(tool) {
const url = tools.get(tool);
localStorage.setItem("lastPage", tool);
document.getElementById("iframe").src = url;
document.location.search = tool;
}
/**