You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 28, 2017. It is now read-only.
When in the backend, clicking on the checkbox to 'select all' does nothing.
Reviewing the source of the rendered page it appears that the core.js is not being included which is where the checkAll function resides.
I added the following to the top of the default.php file and it now seems to work as expected:
JHtml::_('behavior.multiselect');
As I am totally new to Joomla and php, I am just taking a shot in the dark here. It would much appreciated if someone could provide feedback
Thanks!
Peter
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When in the backend, clicking on the checkbox to 'select all' does nothing.
Reviewing the source of the rendered page it appears that the core.js is not being included which is where the checkAll function resides.
I added the following to the top of the default.php file and it now seems to work as expected:
JHtml::_('behavior.multiselect');
As I am totally new to Joomla and php, I am just taking a shot in the dark here. It would much appreciated if someone could provide feedback
Thanks!
Peter
The text was updated successfully, but these errors were encountered: