Skip to content

Commit

Permalink
Update scripts.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Likuur authored Jul 23, 2024
1 parent a659483 commit 994b22a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ document.addEventListener('DOMContentLoaded', () => {
if (contents[currentTab].id === 'content-save-exit') {
const selectedOption = saveExitOptions[currentSaveExitOption];
if (selectedOption.dataset.action === 'save') {
alert('Сохранение настроек...');
window.location.href = 'https://www.youtube.com/watch?v=dQw4w9WgXcQ';
} else if (selectedOption.dataset.action === 'exit') {
window.close();
}
Expand Down

0 comments on commit 994b22a

Please sign in to comment.