521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
|
// 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);
oGrammalecte.oGCPanel.oTextControl.write();
this.bTextChanged = true;
}
catch (e) {
showError(e);
}
}
|
<
|
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);
this.bTextChanged = true;
}
catch (e) {
showError(e);
}
}
|