mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 22:01:30 +00:00
Bug 881249 - ERROR highlightBox.get is not a function, r=MarcoZ
This commit is contained in:
parent
fbef29b7e6
commit
a822d6ba32
@ -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