[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:
janekptacijarabaci 2018-04-24 11:57:59 +02:00 committed by Roy Tam
commit a748ea4e42

View file

@ -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) {