TMPの「強制的に新しいタブに開くリンクの種類」の設定で開かれたタブが子タブにならない問題を修正

git-svn-id: http://www.cozmixng.org/repos/piro/treestyletab/trunk@4213 599a83e7-65a4-db11-8015-0010dcdd6dc2
This commit is contained in:
piro 2009-04-28 05:07:34 +00:00
parent 81ebf0bcf8
commit ea1fa802e1

View File

@ -327,6 +327,13 @@ TreeStyleTabService.overrideExtensionsOnInitAfter = function() {
) )
); );
eval('window.TMP_howToOpen = '+
window.TMP_howToOpen.toSource().replace(
/(window.openNewTabWith\()/g,
'TreeStyleTabService.readyToOpenChildTab(event.target.ownerDocument.defaultView); $1'
)
);
eval('window.openMultipleLinks = '+ eval('window.openMultipleLinks = '+
window.openMultipleLinks.toSource().replace( window.openMultipleLinks.toSource().replace(
/(if \(rangeCount > 0\) \{)/, /(if \(rangeCount > 0\) \{)/,