Skip to content

Commit

Permalink
remove randome event listener
Browse files Browse the repository at this point in the history
Relates #20
  • Loading branch information
starsuit committed Mar 22, 2019
1 parent 2f98f43 commit 44708b8
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/scripts/functions/dom.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,3 @@ yodaForm.addEventListener("submit", e => {
});
e.target[0].value = "";
});

yodaRandom.addEventListener("click", e => {
yodaSound.play();
const input = "";
advice (input, string => {
yodarise(string);
});
});

0 comments on commit 44708b8

Please sign in to comment.