зеркало из https://github.com/mozilla/pjs.git
Homebar command for toggle.
This commit is contained in:
Родитель
4aa891b8be
Коммит
1260a5d309
|
@ -783,6 +783,15 @@ function BrowserViewFind() {
|
|||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* Has to go through some other approach like a XML-based rule system.
|
||||
* Those are constraints conditions and action.
|
||||
**/
|
||||
|
||||
function BrowserViewHomebar() {
|
||||
document.getElementById("browserleftbar").collapsed=!document.getElementById("browserleftbar").collapsed;
|
||||
}
|
||||
|
||||
/**
|
||||
* urlbar indentity, style, progress indicator.
|
||||
**/
|
||||
|
|
Загрузка…
Ссылка в новой задаче