Edit an article in the association component
No errors in console
Uncaught TypeError: Cannot read property 'addEventListener' of undefined
at modal-associations.js:11
at modal-associations.js:25
Using Chrome
Labels |
Added:
?
|
Can you do a PR? I don't understand what you mean.
Category | ⇒ | JavaScript |
Status | New | ⇒ | Discussion |
Sure, although I have some more urgent things to do first.
What I meant is https://github.com/joomla/joomla-cms/blob/4.0-dev/media/com_associations/js/modal-associations.js#L25
needs to be
})(Joomla, window);
and the first line changed to (function( Joomla, window) {
Ah, now it's clear to me. Thanks.
I can do the PR now
Status | Discussion | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2017-06-19 11:31:33 |
Closed_By | ⇒ | Bakual |
@Bakual I guess a simple change to
will fix that.