First release and rebranding
This commit is contained in:
7
js/script.js
Normal file
7
js/script.js
Normal file
@@ -0,0 +1,7 @@
|
||||
|
||||
document.addEventListener('DOMContentLoaded', function () {
|
||||
const pronounField = document.querySelector('[data-profile-field="pronouns"]');
|
||||
if (pronounField) {
|
||||
pronounField.style.display = 'none';
|
||||
}
|
||||
});
|
||||
Reference in New Issue
Block a user