mirror of
https://github.com/discourse/discourse.git
synced 2025-06-06 23:07:28 +08:00
Add btn-default class to all default buttons (#6521)
This commit is contained in:
2
vendor/assets/javascripts/bootbox.js
vendored
2
vendor/assets/javascripts/bootbox.js
vendored
@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user