Skip to content

Commit 93f0814

Browse files
authored
Update index.html
1 parent bb1030f commit 93f0814

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/index.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3906,12 +3906,11 @@ <h3>Safety Levels</h3>
39063906
downloadButton.addEventListener('click', function() {
39073907
const downloadLink = document.createElement('a');
39083908
downloadLink.href = downloadUrl;
3909-
downloadLink.download = 'ssIDE.zip';
39103909

39113910
document.body.appendChild(downloadLink);
39123911
downloadLink.click();
39133912
document.body.removeChild(downloadLink);
3914-
console.log('Downloading from:', downloadUrl);
3913+
console.log('Switching to:', downloadUrl);
39153914
});
39163915
} else {
39173916
console.error('Download button not found');

0 commit comments

Comments
 (0)