Skip to content

Commit

Permalink
Disabled buttons on Preview
Browse files Browse the repository at this point in the history
Fixes [Issue
#82](#82)
  • Loading branch information
lodev09 committed Jul 30, 2014
1 parent 7ce99e5 commit caf303a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions js/bootstrap-markdown.js
Original file line number Diff line number Diff line change
Expand Up @@ -458,6 +458,8 @@

// Enable all buttons
this.enableButtons('all')
// Disable configured disabled buttons
this.disableButtons(this.$options.disabledButtons)

// Back to the editor
this.$textarea.show()
Expand Down

0 comments on commit caf303a

Please sign in to comment.