Skip to content

Commit b6fdd42

Browse files
author
prima
committed
feat: Added quicker download buttons
1 parent 7e9c340 commit b6fdd42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

embd_res/js/newTopMenuButtons.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ window.addEventListener('load', () => {
3737
}, false);
3838
})
3939

40-
document.querySelector("#topbtn_save_current").addEventListener("click", () => {
40+
document.querySelector("#topbtn_download_current").addEventListener("click", () => {
4141
save_file_button()
4242
})
4343
})

0 commit comments

Comments
 (0)