mirror of
https://github.com/Kozea/Radicale.git
synced 2025-06-26 16:45:52 +00:00
Add arrow to branch drop-down menu
This commit is contained in:
parent
88fd7df106
commit
010fd02601
6 changed files with 35 additions and 14 deletions
|
@ -1,5 +1,5 @@
|
|||
window.addEventListener("load", function() {
|
||||
let select = document.querySelector("header select.documentBranch");
|
||||
let select = document.querySelector("header .documentBranch select");
|
||||
while (select.firstChild) {
|
||||
select.removeChild(select.firstChild);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue