Windows以外ではAeroPeek用のファイルを読み込まない
git-svn-id: http://www.cozmixng.org/repos/piro/treestyletab/trunk@7109 599a83e7-65a4-db11-8015-0010dcdd6dc2
This commit is contained in:
parent
f3561df1d8
commit
421e7e8a28
@ -268,7 +268,8 @@ var TreeStyleTabUtils = {
|
||||
this.onPrefChange('extensions.treestyletab.twisty.expandSensitiveArea');
|
||||
|
||||
try {
|
||||
this.updateAeroPeek();
|
||||
if (this.XULAppInfo.OS.toLowerCase().indexOf('winnt') > -1)
|
||||
this.updateAeroPeek();
|
||||
}
|
||||
catch(e) {
|
||||
dump(e+'\n');
|
||||
|
Loading…
x
Reference in New Issue
Block a user