1
0
Fork 0
mirror of https://github.com/Kozea/Radicale.git synced 2025-07-23 17:48:30 +00:00

Use permalinks

This commit is contained in:
Unrud 2020-02-27 14:31:53 +01:00
parent 802b3f719a
commit 06f0815d79
3 changed files with 6 additions and 3 deletions

View file

@ -13,7 +13,7 @@ window.addEventListener("load", function() {
}
select.addEventListener("change", function() {
if (select.value !== documentBranch) {
location.assign(select.value + ".html");
location.assign(select.value);
select.value = documentBranch;
}
});