From e31c5e39f3775e2278f7bdb1b8e4de919c97266e Mon Sep 17 00:00:00 2001 From: Hannah Wolfe Date: Wed, 24 Sep 2014 15:26:23 +0100 Subject: [PATCH] Fix button class on upload modal no issue - this makes sure that the cancel button on the upload modal gets the correct class --- ghost/admin/components/gh-upload-modal.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghost/admin/components/gh-upload-modal.js b/ghost/admin/components/gh-upload-modal.js index 238284941a..4512c8b1be 100644 --- a/ghost/admin/components/gh-upload-modal.js +++ b/ghost/admin/components/gh-upload-modal.js @@ -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: {