diff options
author | janekptacijarabaci <janekptacijarabaci@seznam.cz> | 2018-04-15 22:31:31 +0200 |
---|---|---|
committer | janekptacijarabaci <janekptacijarabaci@seznam.cz> | 2018-04-15 22:31:31 +0200 |
commit | b7115f464e01e3483160cb50fef02c10c8458029 (patch) | |
tree | 0158f4c8e2482ab9dbd087743534146b2f1787db /toolkit/content/customizeToolbar.js | |
parent | 0f8df53ae7d831410407c182d489927cce5c3597 (diff) | |
download | UXP-b7115f464e01e3483160cb50fef02c10c8458029.tar UXP-b7115f464e01e3483160cb50fef02c10c8458029.tar.gz UXP-b7115f464e01e3483160cb50fef02c10c8458029.tar.lz UXP-b7115f464e01e3483160cb50fef02c10c8458029.tar.xz UXP-b7115f464e01e3483160cb50fef02c10c8458029.zip |
palemoon#975: Customizable toolbars - backward compatible (but unidirectional)
Diffstat (limited to 'toolkit/content/customizeToolbar.js')
-rw-r--r-- | toolkit/content/customizeToolbar.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/toolkit/content/customizeToolbar.js b/toolkit/content/customizeToolbar.js index d5288776b..7400aaadc 100644 --- a/toolkit/content/customizeToolbar.js +++ b/toolkit/content/customizeToolbar.js @@ -180,8 +180,8 @@ function persistCurrentSets() // Persist custom toolbar info on the <toolbarset/> // Attributes: // Names: "toolbarX" (X - the number of the toolbar) - // Values: "Name:HidingAttributeName-HidingAttributeValue:CurrentSet" - gToolbox.toolbarset.setAttribute("toolbar"+(++customCount), + // Values: "Name|HidingAttributeName-HidingAttributeValue|CurrentSet" + gToolbox.toolbarset.setAttribute("toolbar" + (++customCount), toolbar.toolbarName + gToolbarInfoSeparators[0] + hidingAttribute |