From 8f2c937a572b44b73ebfd2cbadd2fa796b4a7451 Mon Sep 17 00:00:00 2001 From: piro Date: Mon, 29 Oct 2007 14:01:25 +0000 Subject: [PATCH] =?UTF-8?q?=E3=81=82=E3=82=89=E3=82=86=E3=82=8B=E3=83=AA?= =?UTF-8?q?=E3=83=B3=E3=82=AF=E3=81=8B=E3=82=89=E8=87=AA=E5=8B=95=E7=9A=84?= =?UTF-8?q?=E3=81=AB=E3=82=BF=E3=83=96=E3=82=92=E9=96=8B=E3=81=8F=E5=A0=B4?= =?UTF-8?q?=E5=90=88=E3=81=AB=E3=80=81Ctrl=EF=BC=88=E3=81=BE=E3=81=9F?= =?UTF-8?q?=E3=81=AFCommand=EF=BC=89=E3=82=AD=E3=83=BC=E3=81=8C=20?= =?UTF-8?q?=E6=8A=BC=E3=81=95=E3=82=8C=E3=81=A6=E3=81=84=E3=82=8B=E3=81=A8?= =?UTF-8?q?=E3=81=8D=E3=81=AF=E5=8B=95=E4=BD=9C=E3=82=92=E5=8F=8D=E8=BB=A2?= =?UTF-8?q?=E3=81=99=E3=82=8B=E3=82=88=E3=81=86=E3=81=AB=E3=81=97=E3=81=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: http://www.cozmixng.org/repos/piro/treestyletab/trunk@1382 599a83e7-65a4-db11-8015-0010dcdd6dc2 --- content/treestyletab/treestyletab.js | 21 ++++++++++++++++++--- 1 file changed, 18 insertions(+), 3 deletions(-) diff --git a/content/treestyletab/treestyletab.js b/content/treestyletab/treestyletab.js index 0a707cd1..74d34598 100644 --- a/content/treestyletab/treestyletab.js +++ b/content/treestyletab/treestyletab.js @@ -898,10 +898,25 @@ catch(e) { !event || !($1) || !TreeStyleTabService.getTreePref('link.invertDefaultBehavior') || ( - TreeStyleTabService.checkToOpenChildTab(TreeStyleTabService.browser) && - (TreeStyleTabService.stopToOpenChildTab(TreeStyleTabService.browser), false) + TreeStyleTabService.readyToOpenChildTab(TreeStyleTabService.browser), + false ) - ) + ) // don't cancel child tab at this point, because I reuse the flag to load link after this block. + ]]> + ).replace( + 'return false;case 1:', + <> ) );