mourningdove/htdocs/js/pages/jquery.communities-new.js

7 lines
112 B
JavaScript
Raw Normal View History

2026-05-24 01:03:05 +00:00
/**
* initialize JS for the communities/new page
*/
jQuery(function($) {
$("#js-user").checkUsername();
});