Skip to content

Commit

Permalink
rm duplicate disabled option
Browse files Browse the repository at this point in the history
  • Loading branch information
markusslima committed Apr 28, 2014
1 parent f360582 commit d18b371
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/bootstrap-filestyle.js
Original file line number Diff line number Diff line change
Expand Up @@ -385,8 +385,7 @@
'buttonText': $this.attr('data-buttonText'),
'classButton': $this.attr('data-classButton'),
'classInput': $this.attr('data-classInput'),
'classIcon': $this.attr('data-classIcon'),
'disabled': $this.attr('data-disabled') === 'true' ? true : false,
'classIcon': $this.attr('data-classIcon')
};

$this.filestyle(options);
Expand Down

0 comments on commit d18b371

Please sign in to comment.