joomla-cms
joomla-cms copied to clipboard
[5.2] Minor cleanup for plugins JS
Summary of Changes
As Joomla no longer supports IE11, this PR mainly removes the need for converting a NodeList to an Array, as evergreen browser's implementation of forEach can iterater over a NodeList.
Also includes some other minor tweaks.
Testing Instructions
Code review @dgrammatiko @Fedik
This pull request has been automatically rebased to 5.2-dev.
I have tested this item :white_check_mark: successfully on 0a28f6e5e78cedd95b2d6021cacbab3e14789113
This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/42797.
I have tested this item :white_check_mark: successfully on 0a28f6e5e78cedd95b2d6021cacbab3e14789113
This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/42797.
RTC
This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/42797.
Thanks @C-Lodder !