Skip to content

Commit a0bd39b

Browse files
committed
chore: remove messed up bad comment
1 parent 4e6c058 commit a0bd39b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

EnvironmentalOptions.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ async function isMozilla() {
3737

3838
// Thunderbird is explicitly checked as a workaround as Thunderbird does not return the vendor correctly
3939
// see https://bugzilla.mozilla.org/show_bug.cgi?id=1702722
40-
// and // // https://github.com/TinyWebEx/AutomaticSettings/issues/11
40+
// and https://github.com/TinyWebEx/AutomaticSettings/issues/11
4141
return browserInfo.vendor === "Mozilla" || browserInfo.name === "Thunderbird";
4242
}
4343

0 commit comments

Comments
 (0)