mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-24 23:48:13 -05:00
Merge pull request #4143 from ErisDS/modal-button
Fix button class on upload modal
This commit is contained in:
commit
eef2e59a7e
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ var UploadModal = ModalDialog.extend({
|
|||
func: function () { // The function called on rejection
|
||||
return true;
|
||||
},
|
||||
buttonClass: true,
|
||||
buttonClass: 'btn btn-default',
|
||||
text: 'Cancel' // The reject button text
|
||||
},
|
||||
accept: {
|
||||
|
|
Loading…
Add table
Reference in a new issue