mourningdove/htdocs/js/pages/jquery.communities-new.js
2026-05-24 01:03:05 +00:00

6 lines
112 B
JavaScript

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