mirror of
https://github.com/Kozea/Radicale.git
synced 2025-07-29 18:08:31 +00:00
Order branches
This commit is contained in:
parent
4dd0506da2
commit
3c434f4efe
3 changed files with 29 additions and 8 deletions
|
@ -9,7 +9,7 @@ window.addEventListener("load", function() {
|
|||
if (branch === documentBranch) {
|
||||
option.setAttribute("selected", "");
|
||||
}
|
||||
select.appendChild(option);
|
||||
select.prepend(option);
|
||||
}
|
||||
select.addEventListener("change", function() {
|
||||
if (select.value !== documentBranch) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue