Server: Underline current item

This commit is contained in:
Gregory Soutade 2022-01-23 09:48:18 +01:00
parent daa7c3b44c
commit 2def010612
1 changed files with 2 additions and 0 deletions

View File

@ -100,12 +100,14 @@ else
{
elem.style.display = "block";
divFrom.style['font-weight'] = "bold";
divFrom.style['text-decoration'] = "underline";
}
function disableMenu(elem, divFrom)
{
elem.style.display = "none";
divFrom.style['font-weight'] = "normal";
divFrom.style['text-decoration'] = "";
}
function switchMenuDisplay(id)