mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-05 16:46:26 +00:00
fix for #65994 r=blake, sr=ben
use hidden="false" so that the hidden state of the magic toolbar buttons get persisted
This commit is contained in:
parent
7434746589
commit
2755eaa923
@ -397,7 +397,7 @@ nsButtonPrefListener.prototype =
|
||||
|
||||
var show = pref.GetBoolPref(prefName);
|
||||
if (show)
|
||||
button.removeAttribute("hidden");
|
||||
button.setAttribute("hidden","false");
|
||||
else
|
||||
button.setAttribute("hidden", "true");
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user