1
0
Fork 0
mirror of https://github.com/TryGhost/Ghost-Admin.git synced 2023-12-14 02:33:04 +01:00

Fix button class on upload modal

no issue

- this makes sure that the cancel button on the upload modal gets the
  correct class
This commit is contained in:
Hannah Wolfe 2014-09-24 15:26:23 +01:00
parent f6e6ce9e22
commit 5d881c58a1

View file

@ -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: {