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