From bac6bea97199ed30dc01adb016cabe9171eb28a6 Mon Sep 17 00:00:00 2001 From: "mgalli%geckonnection.com" Date: Fri, 10 Mar 2006 22:05:45 +0000 Subject: [PATCH] Homebar command for toggle. git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@192177 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/minimo/chrome/content/minimo.js | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/mozilla/minimo/chrome/content/minimo.js b/mozilla/minimo/chrome/content/minimo.js index b0363635203..b745ac73305 100755 --- a/mozilla/minimo/chrome/content/minimo.js +++ b/mozilla/minimo/chrome/content/minimo.js @@ -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. **/