mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-07-11 11:42:10 +02:00
removing a boolean left out from the addEventListener definition
This commit is contained in:
@@ -20,7 +20,7 @@ define(function() {
|
||||
setTimeout(function() {
|
||||
createNameEl.focus();
|
||||
}, 250);
|
||||
}, false);
|
||||
});
|
||||
|
||||
createSubmitBtn.on('click', function() {
|
||||
var submitObj = {
|
||||
|
||||
Reference in New Issue
Block a user