1
0
Fork 0
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:
Unrud 2020-04-04 15:30:03 +02:00
parent 88fd7df106
commit 010fd02601
6 changed files with 35 additions and 14 deletions

View file

@ -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);
}