Grammalecte  Diff

Differences From Artifact [fc3e43bc6f]:

To Artifact [382be936c1]:


832
833
834
835
836
837
838
839
840
841
842
832
833
834
835
836

837
838
839
840
841





-





                }
                document.getElementById("o_group_misc").checked = false;
                this.switchGroup("o_group_misc");
            }
            document.getElementById('textformatter-progressbar').value = document.getElementById('textformatter-progressbar').max;
            document.getElementById('textformatter-progressbar').value = "Formatage terminé.";
            // end of processing

            //window.setCursor("auto"); // restore pointer
            const t1 = Date.now();
            document.getElementById('textformatter-timer').textContent = this.getTimeRes((t1-t0)/1000);