Skip to content

Commit

Permalink
badge fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
markusslima committed Aug 17, 2017
1 parent 398a7ff commit 7d4e352
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/bootstrap-filestyle.js
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@
'text' : $this.attr('data-text'),
'btnClass' : $this.attr('data-btnClass'),
'badge' : $this.attr('data-badge') !== 'true',
'badgeName' : $this.attr('data-badge'),
'badgeName' : $this.attr('data-badgeName'),
'placeholder': $this.attr('data-placeholder')
};

Expand Down
2 changes: 1 addition & 1 deletion src/bootstrap-filestyle.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 7d4e352

Please sign in to comment.