refactor(js): make generic format controller
This commit is contained in:
parent
bdd0ab0a22
commit
5f192f93e0
6 changed files with 35 additions and 25 deletions
|
@ -3,7 +3,3 @@ import { toggle } from '@utils';
|
|||
export function toggleCondidentielExplanation() {
|
||||
toggle(document.querySelector('.confidentiel-explanation'));
|
||||
}
|
||||
|
||||
export function replaceSemicolonByComma(event) {
|
||||
event.target.value = event.target.value.replace(/;/g, ',');
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue