mirror of
https://forge.chapril.org/tykayn/osm-commerces
synced 2025-06-20 01:44:42 +02:00
fix popup infos
This commit is contained in:
parent
ef42dba9dd
commit
abdd59e8c8
3 changed files with 192 additions and 118 deletions
|
@ -165,6 +165,10 @@ document.addEventListener('DOMContentLoaded', () => {
|
|||
|
||||
|
||||
|
||||
/**
|
||||
* mettre à jour la barre de progression
|
||||
* pour le formulaire de modification
|
||||
*/
|
||||
function updateCompletionProgress() {
|
||||
const inputs = document.querySelectorAll('input[type="text"]');
|
||||
let filledInputs = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue