7 lines
112 B
JavaScript
7 lines
112 B
JavaScript
|
|
/**
|
||
|
|
* initialize JS for the communities/new page
|
||
|
|
*/
|
||
|
|
jQuery(function($) {
|
||
|
|
$("#js-user").checkUsername();
|
||
|
|
});
|