Homebar command for toggle.
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@192177 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -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.
|
||||
**/
|
||||
|
||||
Reference in New Issue
Block a user