Skip to content
Features
Business
Explore
Pricing
This repository
Sign in
or
Sign up
Watch
18
Star
182
Fork
87
FezVrasta
/
dropdown.js
Code
Issues
16
Pull requests
3
Projects
0
Pulse
Graphs
Permalink
Browse files
Minor Fix
master
(
#59
)
1 parent
3a3e82b
commit
8f4802573804f0b30c19ec91fb36ee6aaceb403b
corientdev
committed
Feb 20, 2017
Unified
Split
Showing
1 changed file
with
1 addition
and
1 deletion
.
+1
−1
jquery.dropdown.js
Show comments
View
2
jquery.dropdown.js
@@ -328,7 +328,7 @@
//
Behavior for single select
if
(
!
multi) {
-
if
(
$target
.
attr
(
"
disabled
"
)) {
+
if
(
$target
.
hasClass
(
"
disabled
"
)) {
return
;
}
//
Unselect options except the one that will be selected
Toggle all file notes
0 comments on commit
8f48025
Please
sign in
to comment.
You can't perform that action at this time.
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.
0 comments on commit
8f48025