Differences From Artifact [ac4bcaf91a]:
- File gc_lang/fr/webext/content_scripts/init.js — part of check-in [7bf95d9332] at 2019-08-10 10:56:05 on branch trunk — [fx] buttons to stop and restart the worker (user: olr, size: 14035) [annotate] [blame] [check-ins using]
To Artifact [18d34f4268]:
- File gc_lang/fr/webext/content_scripts/init.js — part of check-in [7636860335] at 2019-08-10 12:04:43 on branch trunk — [fx] endTimer when worker restarted (user: olr, size: 14081) [annotate] [blame] [check-ins using]
| ︙ | |||
329 330 331 332 333 334 335 336 337 338 339 340 341 342 | 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 | + |
} else {
oGrammalecte.oGCPanel.displayConj(result.oConjTable);
}
break;
case "workerRestarted":
oGrammalecte.oGCPanel.stopWaitIcon();
oGrammalecte.oGCPanel.showMessage("Le serveur grammatical a été arrêté et relancé.");
oGrammalecte.oGCPanel.endTimer();
break;
/*
Commands received from the context menu
(Context menu are initialized in background)
*/
// Grammar checker commands
case "grammar_checker_editable":
|
| ︙ |