File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
templates/components/search Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 33
33
{% import ' components/form/basic_inputs_macros.html.twig' as inputs %}
34
34
35
35
{% if preferences | length > 0 %}
36
- <div class =" m-3" >
36
+ <div class =" m-3" id = " displayprefences-setup " >
37
37
{% if massiveactionparams ['specific_actions' ]| length > 0 %}
38
38
<form id =" massDisplayPreference{{ rand }}" method =" get" action =" {{ path(' front/massiveaction.php' ) }}"
39
39
data-search-itemtype =" DisplayPreference" data-submit-once >
127
127
128
128
// (un)toggle all capacities button
129
129
$ (' #select-all-itemtypes' ).on (' click' , function () {
130
- var $checkboxes = $ (' input[type=checkbox]' );
130
+ var $checkboxes = $ (' #displayprefences-setup input[type=checkbox]' );
131
131
var $checkedCheckboxes = $checkboxes .filter (' :checked' );
132
132
133
133
if ($checkedCheckboxes .length === $checkboxes .length ) {
You can’t perform that action at this time.
0 commit comments