We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57e3a27 commit a7e3251Copy full SHA for a7e3251
1 file changed
static/js/main.js
@@ -129,12 +129,6 @@
129
for (var i = 0; i < linkEls.length; i++) {
130
version = linkEls[i].getAttribute('data-version');
131
el = linkEls[i];
132
-
133
- // Windows 64-bit files for 0.x.x need to be prefixed with 'x64/'
134
- if (os === 'Win' && version[1] === '0' && arch === 'x64') {
135
- el.href += arch + '/';
136
- }
137
138
el.href += filename.replace('%version%', version);
139
}
140
0 commit comments