Fix zammd install script
This commit is contained in:
parent
df9b8abf15
commit
ac4646d434
3 changed files with 18 additions and 9 deletions
|
|
@ -56,8 +56,10 @@ export const InternalZammadWrapper: FC<InternalZammadWrapperProps> = ({
|
|||
// @ts-ignore
|
||||
if (linkElement.contentDocument.querySelector(".overview-header")) {
|
||||
// @ts-ignore
|
||||
linkElement.contentDocument.querySelector(
|
||||
".overview-header"
|
||||
(
|
||||
linkElement.contentDocument.querySelector(
|
||||
".overview-header"
|
||||
) as any
|
||||
).style = "display: none";
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue