In app/assets/javascripts/discourse/app/components/d-modal-body.js
(line 32):
element.closest(".d-modal:not(.d-modal-legacy")
is missing the close bracket for the not
. (This prevents Sign up/Log in from working on Pale Moon/Basilisk.)
In app/assets/javascripts/discourse/app/components/d-modal-body.js
(line 32):
element.closest(".d-modal:not(.d-modal-legacy")
is missing the close bracket for the not
. (This prevents Sign up/Log in from working on Pale Moon/Basilisk.)
Thanks for the report @adoxa. It looks like the missing parenthesis is automatically added by all of our officially supported browsers, so thatās why we didnāt pick up on it. In any case, hereās a fix:
This topic was automatically closed after 19 hours. New replies are no longer allowed.