forked from extern/egroupware
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");
|
popup.removeAttribute("id");
|
||||||
// Remove class that hides
|
// Remove class that hides
|
||||||
popup.classList.remove("prompt");
|
popup.classList.remove("prompt");
|
||||||
|
popup.classList.remove("action_popup");
|
||||||
|
|
||||||
// Set title
|
// Set title
|
||||||
let title = popup.querySelector(".promptheader")
|
let title = popup.querySelector(".promptheader")
|
||||||
|
Loading…
Reference in New Issue
Block a user