1
0
Fork 0
mirror of https://github.com/Kozea/Radicale.git synced 2025-08-01 18:18:31 +00:00

Revert permalinks

This commit is contained in:
Unrud 2020-02-27 14:55:03 +01:00
parent 2d2c38d029
commit 053dc33dbb
3 changed files with 3 additions and 6 deletions

View file

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