Skip to content

`Notification not defined` fix (should fix #192, may fix #224)

ppom requested to merge (removed):master into development

The #192 (closed) problem has been encountered on Debian 8/ Firefox 60.2.2esr (64 bits) by an user of Picasoft's Lufi instance.

This line was in the logs : ReferenceError: Notification is not defined[Learn More] lufi-notifications.js:19:9

This issue in another project suggests a fix for this. I tried this in the FF console and it indeed prevented the JS error.

I didn't launch a localhost instance to e2e test this fix.

Is it ok to merge this ?

Merge request reports