We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f7fd60 commit 369756cCopy full SHA for 369756c
build/media_source/com_associations/js/associations-edit.es6.js
@@ -23,7 +23,7 @@ Joomla = window.Joomla || {};
23
};
24
25
Joomla.showAssociationMessage = () => {
26
- const associations = document.getElementById('associations');
+ const associations = document.getElementById('fieldset-associations');
27
28
if (associations) {
29
const html = document.createElement('joomla-alert');
0 commit comments