https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38948
--- Comment #2 from Owen Leonard <[email protected]> --- Created attachment 206074 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=206074&action=edit Bug 38948: Modal error on some pages: Can't access property "backdrop" This patch adds some checks to cookieconsent.js to avoid errors in the console: If we try to access 'document.getElementById("cookieConsentModal")' when the element doesn't exist there will be an error: 'Uncaught TypeError: can't access property "backdrop", this._config is undefined' The error can be seen in the browser console on the Circulation home page and the Tools home page when the CookieConsent preference is enabled. To test apply the patch and clear your browser cache if necessary. - Enable the CoookieConsent system preference. - Go to the Circulation home page. There should be no error in the console. - Clear your browser's local storage to forget your consent. - Go to the staff client home page. The cookie consent message should appear. Sponsored-by: Athens County Public Libraries -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list -- [email protected] To unsubscribe send an email to [email protected] website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
