ブックマークをタブで開く場合などにMinefieldでエラーになっていた
git-svn-id: http://www.cozmixng.org/repos/piro/treestyletab/trunk@7305 599a83e7-65a4-db11-8015-0010dcdd6dc2
This commit is contained in:
parent
60eb111b5d
commit
94864cd5ff
@ -1108,7 +1108,8 @@ catch(e) {
|
|||||||
window.openLinkIn.toSource().replace(
|
window.openLinkIn.toSource().replace(
|
||||||
'browser.loadOneTab(',
|
'browser.loadOneTab(',
|
||||||
<![CDATA[
|
<![CDATA[
|
||||||
if (!TreeStyleTabService.checkToOpenChildTab(params.linkNode.ownerDocument.defaultView))
|
if (params.linkNode &&
|
||||||
|
!TreeStyleTabService.checkToOpenChildTab(params.linkNode.ownerDocument.defaultView))
|
||||||
TreeStyleTabService.readyToOpenChildTab(params.linkNode.ownerDocument.defaultView);
|
TreeStyleTabService.readyToOpenChildTab(params.linkNode.ownerDocument.defaultView);
|
||||||
$&]]>.toString()
|
$&]]>.toString()
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user