Skip to content

Commit

Permalink
Remove unused variable in download script
Browse files Browse the repository at this point in the history
  • Loading branch information
lpinca committed Apr 20, 2016
1 parent e66c49f commit 2928186
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion static/js/download.js
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@
var winButton = d.getElementById('windows-downloadbutton');
if (winButton && os === 'Win') {
var winText = winButton.getElementsByTagName('p')[0];
version = winButton.getAttribute('data-version');
winButton.href = winButton.href.replace(/x(86|64)/, arch);
winText[text] = winText[text].replace(/x(86|64)/, arch);
}
Expand Down

0 comments on commit 2928186

Please sign in to comment.