Skip to content

Commit a7e3251

Browse files
authored
remove ancient versions code for main.js (#3842)
remove ancient versions code
1 parent 57e3a27 commit a7e3251

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

Diff for: static/js/main.js

-6
Original file line numberDiff line numberDiff line change
@@ -129,12 +129,6 @@
129129
for (var i = 0; i < linkEls.length; i++) {
130130
version = linkEls[i].getAttribute('data-version');
131131
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-
138132
el.href += filename.replace('%version%', version);
139133
}
140134
}

0 commit comments

Comments
 (0)