Firefox 3の仕様変更に追従
git-svn-id: http://www.cozmixng.org/repos/piro/treestyletab/trunk@2264 599a83e7-65a4-db11-8015-0010dcdd6dc2
This commit is contained in:
parent
48cce5aed6
commit
d1a37d9c75
@ -33,9 +33,11 @@ window.addEventListener('load', function() {
|
|||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
if ('PlacesUtils' in window) { // Firefox 3
|
// Firefox 3
|
||||||
eval('PlacesUtils._openTabset = '+
|
if ('PlacesUIUtils' in window || 'PlacesUtils' in window) {
|
||||||
PlacesUtils._openTabset.toSource().replace(
|
var urils = 'PlacesUIUtils' in window ? PlacesUIUtils : PlacesUtils ;
|
||||||
|
eval('urils._openTabset = '+
|
||||||
|
urils._openTabset.toSource().replace(
|
||||||
'browserWindow.getBrowser().loadTabs(',
|
'browserWindow.getBrowser().loadTabs(',
|
||||||
<><![CDATA[
|
<><![CDATA[
|
||||||
if (
|
if (
|
||||||
|
Loading…
x
Reference in New Issue
Block a user