Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
drupal.org
better_exposed_filters
Commits
87853c36
Commit
87853c36
authored
Aug 18, 2017
by
mikeker
Committed by
Mike Keran
Aug 18, 2017
Browse files
Issue #2902693 by mikeker: Autosubmit and Select All/None Without AJAX Makes Page Repeatedly Reload
parent
3dd19033
Changes
1
Hide whitespace changes
Inline
Side-by-side
js/bef_select_all_none.js
View file @
87853c36
...
...
@@ -68,7 +68,7 @@
// If all checkboxes are already checked by default then switch to Select None
if
(
$
(
'
input:checkbox:checked
'
,
this
).
length
==
$
(
'
input:checkbox
'
,
this
).
length
)
{
newLink
.
click
(
);
newLink
.
text
(
selNone
);
}
})
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment