diff options
author | anekos | 2011-12-30 02:22:40 +0900 |
---|---|---|
committer | anekos | 2011-12-30 02:25:00 +0900 |
commit | 065347257e4fd7f9d29723247724abf04dc8f855 (patch) | |
tree | 7f56396f54beb8312adf7f56d0bad6b82ccfa3ed /twittperator/twsidebar/chrome | |
parent | c7df1928de3c2adaf061530712aea329b65058fa (diff) | |
download | vimperator-plugins-065347257e4fd7f9d29723247724abf04dc8f855.tar.bz2 |
設定に dontStop を追加
サイドバーを閉じてもツイートを確保するようにした
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"> |