Skip to content

Commit

Permalink
Update build/media_source/com_joomlaupdate/js/default.es6.js
Browse files Browse the repository at this point in the history
Co-authored-by: Dimitris Grammatikogiannis <dg@dgrammatiko.dev>
  • Loading branch information
C-Lodder and dgrammatiko committed Feb 9, 2024
1 parent 1a0c205 commit 939a5b3
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions build/media_source/com_joomlaupdate/js/default.es6.js
Original file line number Diff line number Diff line change
Expand Up @@ -241,9 +241,7 @@ Joomla = window.Joomla || {};
el.dataset.state = 'open';
el.innerHTML = Joomla.sanitizeHtml(Joomla.Text._('COM_JOOMLAUPDATE_VIEW_DEFAULT_EXTENSIONS_SHOW_LESS_COMPATIBILITY_INFORMATION'));

compatibilityTable.querySelectorAll('table .hidden').forEach((elem) => {
elem.classList.remove('hidden');
});
compatibilityTable.querySelectorAll('table .hidden').forEach((elem) => elem.classList.remove('hidden'));
} else {
el.dataset.state = 'closed';
el.innerHTML = Joomla.sanitizeHtml(Joomla.Text._('COM_JOOMLAUPDATE_VIEW_DEFAULT_EXTENSIONS_SHOW_MORE_COMPATIBILITY_INFORMATION'));
Expand Down

0 comments on commit 939a5b3

Please sign in to comment.