WIP timesheet timer

just a prototype for now, no persistence beside the session to test reloads
This commit is contained in:
ralf
2022-09-26 08:54:05 +02:00
parent 4d5f9f87f0
commit 3c79bd4345
14 changed files with 530 additions and 61 deletions

View File

@ -515,7 +515,6 @@ egw.extend('links', egw.MODULE_GLOBAL, function()
{
select.dropdown.trigger.style.visibility = 'hidden';
select.dropdown.trigger.style.height = '0px';
select.querySelector('sl-menu-item[value=""]').style.display = 'none';
});
});
}