зеркало из https://github.com/mozilla/pjs.git
BrowserHomeBar toggle.
This commit is contained in:
Родитель
29017f86ef
Коммит
6c194ab2b1
|
@ -401,7 +401,7 @@ nsBrowserStatusHandler.prototype =
|
||||||
* Homebar init...
|
* Homebar init...
|
||||||
*/
|
*/
|
||||||
|
|
||||||
bmInitXUL(document,document.getElementById("browserleftbar"));
|
bmInitXUL(document,document.getElementById("homebarcontainer"));
|
||||||
document.getElementById("browserleftbar").style.display="block";
|
document.getElementById("browserleftbar").style.display="block";
|
||||||
|
|
||||||
}
|
}
|
||||||
|
@ -1440,3 +1440,9 @@ TransferItem.prototype = {
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
function BrowserHomeBar() {
|
||||||
|
|
||||||
|
if(document.getElementById("homebarcontainer").style.display=="none") document.getElementById("homebarcontainer").style.display="block";
|
||||||
|
else document.getElementById("homebarcontainer").style.display="none";
|
||||||
|
}
|
Загрузка…
Ссылка в новой задаче