зеркало из https://github.com/mozilla/pjs.git
Bug 525874: Jumping to Add-on Manager from firstrun doesn't set the browser tool button correctly [r=mark.finkle]
This commit is contained in:
Родитель
9900b8fc86
Коммит
51735de3a2
|
@ -302,6 +302,9 @@ var BrowserUI = {
|
|||
},
|
||||
|
||||
switchPane : function(id) {
|
||||
let button = document.getElementsByAttribute("linkedpanel", id)[0];
|
||||
if (button)
|
||||
button.checked = true;
|
||||
document.getElementById("panel-items").selectedPanel = document.getElementById(id);
|
||||
},
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче