mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-12 08:55:47 +01: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