removing a boolean left out from the addEventListener definition

v1.18.x
akhoury 11 years ago
parent 3f1d5c6656
commit 0070e1158e

@ -20,7 +20,7 @@ define(function() {
setTimeout(function() {
createNameEl.focus();
}, 250);
}, false);
});
createSubmitBtn.on('click', function() {
var submitObj = {

Loading…
Cancel
Save