From f8f75a2b0b9dadbc3206a75c5fbf48815876f444 Mon Sep 17 00:00:00 2001 From: "mgalli%geckonnection.com" Date: Thu, 25 Aug 2005 21:48:15 +0000 Subject: [PATCH] Added BrowserViewOptions to toggle the Page View dialog --- minimo/chrome/content/minimo.js | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/minimo/chrome/content/minimo.js b/minimo/chrome/content/minimo.js index 04c2e40da50..332fbf7bc90 100755 --- a/minimo/chrome/content/minimo.js +++ b/minimo/chrome/content/minimo.js @@ -305,6 +305,12 @@ function BrowserOpenTab() } + +function BrowserViewOptions() { + document.getElementById("toolbar-view").collapsed=!document.getElementById("toolbar-view").collapsed; +} + + /** * Work-in-progress, this handler is 100% generic and gets all the clicks for the entire tabbed * content area. Need to fix with the approach where we handler only clicks for the actual tab.