0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-03-18 02:21:47 -05: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 7e3d89fb5b
commit 8bc84bd260

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