mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-07 08:18:41 +09:00
Fix typo in f3f9b7b06e37f870463a5f2196457cca6b10d700 (caps)
This commit is contained in:
parent
b4950642a2
commit
dc18b8b1cd
1 changed files with 2 additions and 2 deletions
|
|
@ -1557,8 +1557,8 @@ var BookmarkingUI = {
|
|||
this.button._placesView.uninit();
|
||||
// ...and do the same for the menu bar.
|
||||
let menubar = document.getElementById("bookmarksMenu");
|
||||
if (menubar._placesview)
|
||||
menubar._placesview.uninit();
|
||||
if (menubar && menubar._placesView)
|
||||
menubar._placesView.uninit();
|
||||
|
||||
// We have to do the same thing for the "special" views underneath the
|
||||
// the bookmarks menu.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue