This commit is contained in:
mgalli%geckonnection.com 2006-03-10 22:05:39 +00:00
Родитель 4aa891b8be
Коммит 1260a5d309
1 изменённых файлов: 9 добавлений и 0 удалений

Просмотреть файл

@ -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.
**/