mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 881249 - ERROR highlightBox.get is not a function, r=MarcoZ
This commit is contained in:
parent
448c70cf31
commit
f906b29a8e
@ -412,7 +412,7 @@ var Output = {
|
||||
{
|
||||
let highlightBox = this.highlightBox ? this.highlightBox.get() : null;
|
||||
if (highlightBox)
|
||||
highlightBox.get().style.display = 'none';
|
||||
highlightBox.style.display = 'none';
|
||||
break;
|
||||
}
|
||||
case 'showAnnouncement':
|
||||
|
Loading…
Reference in New Issue
Block a user