Skip to content

Commit

Permalink
Update main.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Blobby-Boi authored May 31, 2024
1 parent e8aac53 commit ae42d88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.html
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@
itemButton.title = itemValue;
itemButton.addEventListener('click', () => {
const selectedItemValue = itemButton.title;
eval(selectedItemValue);
runScript(selectedItemValue);
});

const removeButton = document.createElement('button');
Expand Down

0 comments on commit ae42d88

Please sign in to comment.