Skip to content

Commit

Permalink
change download link
Browse files Browse the repository at this point in the history
  • Loading branch information
filad committed Aug 22, 2012
1 parent 01eb547 commit 48fa06d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public_html/static/main.js
Expand Up @@ -267,7 +267,7 @@ function startupload(files){
//show download link, we use the serverFileId parameter here
var downloadLink = document.getElementById('downloadLink-' + i);
downloadLink.innerHTML = 'Download link';
downloadLink.href = 'http://dnduploader.filkor.org/d/?id=' + serverFileId;
downloadLink.href = '/d/?id=' + serverFileId;
}
});
},
Expand Down

0 comments on commit 48fa06d

Please sign in to comment.