Skip to content

Commit 369756c

Browse files
authored
[5.4] Move associations alert (#46011)
1 parent 4f7fd60 commit 369756c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/media_source/com_associations/js/associations-edit.es6.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Joomla = window.Joomla || {};
2323
};
2424

2525
Joomla.showAssociationMessage = () => {
26-
const associations = document.getElementById('associations');
26+
const associations = document.getElementById('fieldset-associations');
2727

2828
if (associations) {
2929
const html = document.createElement('joomla-alert');

0 commit comments

Comments
 (0)