Skip to content

Commit

Permalink
Release version 2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick Tsai committed Sep 25, 2017
1 parent 20ac763 commit b8ab41e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/jquery.tree-multiselect.js
Expand Up @@ -423,7 +423,7 @@ Tree.prototype.createAst = function (options) {
description: option.getAttribute('data-description'),
initialIndex: option.getAttribute('data-index'),
section: option.getAttribute('data-section'),
disabled: option.hasAttribute('disabled'),
disabled: option.hasAttribute('readonly'),
selected: option.hasAttribute('selected')
});

Expand Down

0 comments on commit b8ab41e

Please sign in to comment.