Implement basic compatibility with SeaMonkey, see #14
Este commit está contenido en:
@@ -172,6 +172,8 @@ let List = {
|
||||
let appver;
|
||||
if (Services.appinfo.name == "Pale Moon") {
|
||||
appver = "27.9";
|
||||
} else if (Services.appinfo.name == "SeaMonkey") {
|
||||
appver = "52.0";
|
||||
} else {
|
||||
appver = Services.appinfo.version;
|
||||
}
|
||||
|
||||
Referencia en una nueva incidencia
Block a user