Skip to content

Commit 04d7e72

Browse files
committed
Fix broken if case
1 parent b69c648 commit 04d7e72

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

media/js/base/site.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@
163163
}
164164

165165
// Used for 64bit download link on Linux and Firefox Beta on Windows.
166-
else if (archSize === 64) {
166+
if (archSize === 64) {
167167
classString += ' x64';
168168
}
169169

0 commit comments

Comments
 (0)