Initial push
This commit is contained in:
8
hubzilla/addon/assoc_profile/view/js/assoc_profile.js
Normal file
8
hubzilla/addon/assoc_profile/view/js/assoc_profile.js
Normal file
@@ -0,0 +1,8 @@
|
||||
/* assoc_profile — v0.1.0 */
|
||||
(function () {
|
||||
'use strict';
|
||||
function init() {
|
||||
// TODO: progressive enhancement for profile edit form if needed
|
||||
}
|
||||
document.addEventListener('DOMContentLoaded', init);
|
||||
})();
|
||||
Reference in New Issue
Block a user