Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
drupal.org
clientside_validation
Commits
376b126c
Commit
376b126c
authored
Oct 02, 2019
by
git
Committed by
nikunj
Oct 02, 2019
Browse files
Issue #2857037 by shevchess: Error on mobile device when chosen is enable
parent
268e8999
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
clientside_validation.chosen.js
clientside_validation.chosen.js
+1
-1
No files found.
clientside_validation.chosen.js
View file @
376b126c
...
...
@@ -13,7 +13,7 @@
$
(
this
).
trigger
(
'
click
'
);
})
var
chosen
=
$select
.
data
(
'
chosen
'
);
if
(
!
chosen
.
container
.
is
(
'
:hidden
'
))
{
if
(
typeof
chosen
!==
'
undefined
'
&&
!
chosen
.
container
.
is
(
'
:hidden
'
))
{
options
.
ignore
=
fixIgnore
(
options
.
ignore
,
$select
.
attr
(
'
id
'
));
}
});
...
...
Write
Preview
Markdown
is supported
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