mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:07 +01:00
Remove another class that could be hiding popup contents
This commit is contained in:
parent
2ab7079f13
commit
6774f2e9d4
@ -456,6 +456,7 @@ export function nm_open_popup(_action, _selected)
|
||||
popup.removeAttribute("id");
|
||||
// Remove class that hides
|
||||
popup.classList.remove("prompt");
|
||||
popup.classList.remove("action_popup");
|
||||
|
||||
// Set title
|
||||
let title = popup.querySelector(".promptheader")
|
||||
|
Loading…
Reference in New Issue
Block a user