Skip to content

Commit

Permalink
Merged #232
Browse files Browse the repository at this point in the history
  • Loading branch information
nakupanda committed Nov 14, 2016
1 parent c3ae97c commit 381aadf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions dist/js/bootstrap-dialog.js
Expand Up @@ -837,6 +837,11 @@
$button.append(button.label);
}

// title
if (typeof button.title !== 'undefined') {
$button.attr('title', button.title);
}

// Css class
if (typeof button.cssClass !== 'undefined' && $.trim(button.cssClass) !== '') {
$button.addClass(button.cssClass);
Expand Down

0 comments on commit 381aadf

Please sign in to comment.