Add support for Iceape-UXP

Este commit está contenido en:
Daniel James
2020-02-25 09:36:15 -05:00
padre 44e15bc6c3
commit 78078adaf8
Se han modificado 7 ficheros con 24 adiciones y 7 borrados

Ver fichero

@@ -182,7 +182,7 @@ let List = {
let appver;
if (Services.appinfo.name == "Pale Moon") {
appver = "27.9";
} else if (Services.appinfo.name != "SeaMonkey") {
} else if (Services.appinfo.name != "SeaMonkey" && Services.appinfo.name != "Iceape-UXP") {
appver = Services.appinfo.version;
}
if (appver && Services.vc.compare(dbQuery.row.min, appver) <= 0 && Services.vc.compare(appver, dbQuery.row.max) <= 0) {
@@ -336,4 +336,4 @@ let List = {
</div>
</div>`
};
};