digitoimistodude / air-cookie

13 stars 2 forks source link

Errors when accepted and reloaded #1

Closed ronilaukkarinen closed 2 years ago

ronilaukkarinen commented 2 years ago

Causes console errors after cookies have been accepted and notification box is no longer there. Probably because there is no check for document.querySelector.

  1. Uncaught ReferenceError: manager is not defined
  2. Uncaught TypeError: Cannot set properties of null (setting 'style')

Should be checked with if (typeof xxx === 'undefined') { or similar.

timiwahalahti commented 2 years ago

Fixed in 1.3.3.