mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-05 23:38:38 +09:00
[fix typo] palemoon#903 and #975: Customizable toolbars - persist the attribute "collapsed" (backward compatible)
https://github.com/MoonchildProductions/Pale-Moon/pull/903 https://github.com/MoonchildProductions/Pale-Moon/pull/975 https://github.com/MoonchildProductions/UXP/issues/242
This commit is contained in:
parent
998680810a
commit
a748ea4e42
1 changed files with 1 additions and 1 deletions
|
|
@ -54,7 +54,7 @@
|
|||
// Look to see if there is a toolbarset.
|
||||
this.toolbarset = this.firstChild;
|
||||
while (this.toolbarset && this.toolbarset.localName != "toolbarset") {
|
||||
this.toolbarset = toolbarset.nextSibling;
|
||||
this.toolbarset = this.toolbarset.nextSibling;
|
||||
}
|
||||
|
||||
if (this.toolbarset) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue