Skip to content
Snippets Groups Projects
Commit 5fe1b20d authored by Dorch's avatar Dorch
Browse files

chore: put back original comments

Refs #633
parent 299eb7b7
No related branches found
No related tags found
1 merge request!237Resolve "PWA: L'application ne se met pas à jour sur Firefox et Safari"
Pipeline #148821 passed
......@@ -43,8 +43,8 @@ export class ServiceWorkerUpdateService {
this.notificationService.notify(this.i18nService.localizeText("INFO_SERVICE_WORKER_VERSION_READY", { "ver": newVer }), 10000);
// PLANTE si on stocke le message dans une variable !!!!
// const msg = this.i18nService.localizeText("INFO_SERVICE_WORKER_VERSION_READY", { "ver": newVer });
// this.notificationService.notify(msg, 10000);
// const msg = i18nService.localizeText("INFO_SERVICE_WORKER_VERSION_READY", { "ver": newVer });
// notificationService.notify(msg, 10000);
// -> ReferenceError: can't access lexical declaration 'xxx' before initialization
// avec xxx qui varie d'une fois à l'autre !!!
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment