Let users type their username for 1 s during registration before barking
[lhc/web/wiklou.git] / resources / src / mediawiki.special / mediawiki.special.userlogin.signup.js
index 0615932..a32a790 100644 (file)
@@ -1,4 +1,4 @@
-/**
+/*!
  * JavaScript for signup form.
  */
 ( function ( mw, $ ) {
                        } );
                }
 
-               $input.on( events, $.debounce( 250, updateUsernameStatus ) );
+               $input.on( events, $.debounce( 1000, updateUsernameStatus ) );
        } );
 }( mediaWiki, jQuery ) );