Add btn-default class to all default buttons (#6521)

This commit is contained in:
Kris
2018-10-24 16:09:36 -04:00
committed by GitHub
parent 0140844eb0
commit c219a5fb1e
75 changed files with 219 additions and 178 deletions

View File

@ -288,7 +288,7 @@ var bootbox = window.bootbox || (function(document, $) {
while (i--) {
var label = null,
href = null,
_class = null,
_class = 'btn-default',
icon = '',
callback = null;