Permalink
Browse files

Minor Fix

1 parent 3a3e82b commit 8f4802573804f0b30c19ec91fb36ee6aaceb403b @corientdev corientdev committed Feb 20, 2017
Showing with 1 addition and 1 deletion.
  1. +1 −1 jquery.dropdown.js
View
@@ -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

0 comments on commit 8f48025

Please sign in to comment.