Differences From Artifact [c58813ca49]:
- File gc_lang/fr/webext/content_scripts/panel_tf.js — part of check-in [d899cb945f] at 2019-05-10 18:21:10 on branch trunk — [fx] NodeControl -> TextControl: TextFormatter available for every cases (user: olr, size: 30733) [annotate] [blame] [check-ins using]
To Artifact [e01fea3896]:
- File gc_lang/fr/webext/content_scripts/panel_tf.js — part of check-in [329a134246] at 2020-07-08 06:37:46 on branch mailext — [tb][fx] update for MailExtension (user: olr, size: 30677) [annotate] [blame] [check-ins using]
| ︙ | |||
521 522 523 524 525 526 527 | 521 522 523 524 525 526 527 528 529 530 531 532 533 534 | - |
// end of processing
//window.setCursor("auto"); // restore pointer
const t1 = Date.now();
this.xParent.getElementById('grammalecte_tf_time_res').textContent = this.getTimeRes((t1-t0)/1000);
oGrammalecte.oGCPanel.oTextControl.loadText(sText);
|
| ︙ |