Last active
July 20, 2017 18:24
-
-
Save dannylagrouw/33a07ffd0db8e29056f61e52712a84a7 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
function i() { | |
alert('a'); | |
document.getElementById('size').value = '123x123'; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment