Skip to content

Commit

Permalink
Merge pull request #668 from nodejs/remove/unused-variable
Browse files Browse the repository at this point in the history
Remove unused variable in download script
  • Loading branch information
phillipj committed Apr 20, 2016
2 parents e66c49f + 2928186 commit 52b35f0
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 52b35f0

Please sign in to comment.