diff options
Diffstat (limited to 'twittperator/twsidebar/chrome')
-rw-r--r-- | twittperator/twsidebar/chrome/content/twsidebar.xul | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/twittperator/twsidebar/chrome/content/twsidebar.xul b/twittperator/twsidebar/chrome/content/twsidebar.xul index 69ab965..abfac9c 100644 --- a/twittperator/twsidebar/chrome/content/twsidebar.xul +++ b/twittperator/twsidebar/chrome/content/twsidebar.xul @@ -3,8 +3,8 @@ <?xml-stylesheet href="chrome://browser/skin/browser.css" type="text/css"?> <?xml-stylesheet href="chrome://twsidebar/content/twsidebar.css" type="text/css"?> <page id="tw-sidebar-page" title="Twitter Sidebar" - onload="window.parent.liberator.modules.TWAnekoSB.start()" - onunload="window.parent.liberator.modules.TWAnekoSB.stop()" + onload="window.parent.liberator.modules.TWAnekoSB.start(true)" + onunload="window.parent.liberator.modules.TWAnekoSB.stop(true)" xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul" > <vbox flex="1"> <tabbox id="tw-anekos-sb-tabbox" flex="1"> |