0
Fork 0
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:
Jason Williams 2014-09-24 10:01:11 -05:00
commit eef2e59a7e

View file

@ -13,7 +13,7 @@ var UploadModal = ModalDialog.extend({
func: function () { // The function called on rejection func: function () { // The function called on rejection
return true; return true;
}, },
buttonClass: true, buttonClass: 'btn btn-default',
text: 'Cancel' // The reject button text text: 'Cancel' // The reject button text
}, },
accept: { accept: {