Some pages are blank eg new mailing eg civicrm status page
Console error:
Uncaught TypeError: Cannot read properties of undefined (reading 'com.webaccessglobal.simpledonate') at angular-modules.091a2cfc4528fdcc424b8aaed3e68e66.js:6483:37 at angular-modules.091a2cfc4528fdcc424b8aaed3e68e66.js:7230:3 (anonymous) @ angular-modules.091a2cfc4528fdcc424b8aaed3e68e66.js:6483 (anonymous) @ angular-modules.091a2cfc4528fdcc424b8aaed3e68e66.js:7230
Maybe It is a JavaScript bug/compatibility issue in com.webaccessglobal.simpledonate: it assumes CRM.resourceUrls exists, but on the broken pages eg /civicrm/a#/mailing/new it doesn't.
Maybe needs a fix to
com.webaccessglobal.simpledonate-master/js/simpledonate.js:2:
var resourceUrl = CRM.resourceUrls['com.webaccessglobal.simpledonate'];
Some pages are blank eg new mailing eg civicrm status page
Console error:
Uncaught TypeError: Cannot read properties of undefined (reading 'com.webaccessglobal.simpledonate') at angular-modules.091a2cfc4528fdcc424b8aaed3e68e66.js:6483:37 at angular-modules.091a2cfc4528fdcc424b8aaed3e68e66.js:7230:3 (anonymous) @ angular-modules.091a2cfc4528fdcc424b8aaed3e68e66.js:6483 (anonymous) @ angular-modules.091a2cfc4528fdcc424b8aaed3e68e66.js:7230
Maybe It is a JavaScript bug/compatibility issue in com.webaccessglobal.simpledonate: it assumes CRM.resourceUrls exists, but on the broken pages eg /civicrm/a#/mailing/new it doesn't.
Maybe needs a fix to
com.webaccessglobal.simpledonate-master/js/simpledonate.js:2:
var resourceUrl = CRM.resourceUrls['com.webaccessglobal.simpledonate'];