Skip to content

Conversation

hmrhkr
Copy link

@hmrhkr hmrhkr commented Feb 16, 2018

edit (line 65):
$("#noise").click(function() {
var number_of_popups = document.getElementById('popup_number').value;
for(var i=0;i<number_of_popups;i++){
noisify('noise_' + i);
}
and add (line 84):

edit (line 65):
$("#noise").click(function() {
var number_of_popups = document.getElementById('popup_number').value;
for(var i=0;i<number_of_popups;i++){
noisify('noise_' + i);
}
and add (line 84):
			<input type="text" value="2" placeholder="Number of Popups" id="popup_number"/>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant