デバッグ用コメントを削除
This commit is contained in:
parent
670ef48bea
commit
392ecd35dc
@ -52,12 +52,9 @@ AboutGroup.prototype = {
|
||||
//version(type:number)
|
||||
const version=(versionString.split(".")[0])-0;
|
||||
|
||||
dump("hello! this firefox version is"+version);
|
||||
if( version < 48 ){
|
||||
dump("hello! this firefox newChannel 48 < ");
|
||||
return Services.io.newChannel('chrome://treestyletab/content/group.xul', null, null);
|
||||
}else{
|
||||
dump("hello! this firefox newChannel2 48 >");
|
||||
return Services.io.newChannel2(
|
||||
'chrome://treestyletab/content/group.xul',
|
||||
null,
|
||||
|
Loading…
x
Reference in New Issue
Block a user