web-maker icon indicating copy to clipboard operation
web-maker copied to clipboard

Fixed issue #95.

Open PythonCow opened this issue 8 years ago • 2 comments

Now loops with popup functions (alert, prompt, confirm) like this: for (var i = 0; i < 6; i++){alert(i);} Will work. It also works with loops without curly braces, nested loops, and popups called through the window object (e.g. window.alert()).

PythonCow avatar Aug 04 '17 02:08 PythonCow

wow! Thanks for the fix @PythonCow. I'll check it out.

chinchang avatar Aug 04 '17 03:08 chinchang

@PythonCow I had the comment written in 2017, but damn this Github UI, they were in "pending" state till today. Sorry!

chinchang avatar Oct 13 '23 10:10 chinchang