Skip to content
GitLab
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
93f85ca8
Commit
93f85ca8
authored
Sep 14, 2020
by
NesleeCanilPinto
Committed by
Neslee
Sep 14, 2020
Browse files
Issue #3039076 by ras-ben, Neslee Canil Pinto: jQuery UI Slider does not work with Autosubmit
parent
cc2a0476
Changes
1
Hide whitespace changes
Inline
Side-by-side
js/bef_sliders.js
View file @
93f85ca8
...
...
@@ -99,7 +99,7 @@
// Attach stop listeners.
stop
:
function
(
event
,
ui
)
{
// Click the auto submit button.
$
(
this
).
parents
(
'
form
'
).
find
(
'
.ctools
-auto-submit-click
'
).
click
();
$
(
this
).
parents
(
'
form
'
).
find
(
'
[data-bef
-auto-submit-click
]
'
).
click
();
}
});
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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