mirror of
https://github.com/Kozea/Radicale.git
synced 2025-08-01 18:18:31 +00:00
Revert permalinks
This commit is contained in:
parent
2d2c38d029
commit
053dc33dbb
3 changed files with 3 additions and 6 deletions
|
@ -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;
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue