Skip to content

Commit 8fb9162

Browse files
committed
studio work
1 parent 0443be6 commit 8fb9162

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

dom-and-events/exercises/script.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ function init () {
1717
})
1818

1919
missionAbort.addEventListener('click', function (event) {
20-
// window.confirm('Are you sure you want to abort the mission?');
2120
if (window.confirm('Are you sure you want to abort the mission?') == true) {
2221
paragraph.innerHTML = 'Mission Aborted! Space shuttle returning home.'
2322
}

0 commit comments

Comments
 (0)