Tools can be selected through URL (solves #161) #207

Merged
bema merged 2 commits from bema/func/individual_urls into master 2023-05-24 14:40:10 +02:00
Showing only changes of commit ccfed51bb4 - Show all commits

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;
}
/**