From 5d881c58a1c425d70d9e38bb8a07f3ebf17c2a2a 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 --- components/gh-upload-modal.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/gh-upload-modal.js b/components/gh-upload-modal.js index 238284941..4512c8b1b 100644 --- a/components/gh-upload-modal.js +++ b/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: {