From cf2db670064ea2ee2724aa6468174fea97835743 Mon Sep 17 00:00:00 2001 From: Kevin MacMartin Date: Wed, 27 Jan 2016 15:24:21 -0500 Subject: [PATCH] Fix some minor formatting issues --- resources/assets/js/dashboard.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/assets/js/dashboard.js b/resources/assets/js/dashboard.js index 63578ad..b708bb0 100644 --- a/resources/assets/js/dashboard.js +++ b/resources/assets/js/dashboard.js @@ -26,8 +26,8 @@ function askConfirmation(message, command) { // close the modal if the escape button is pressed var escapeModal = function(e) { - if (e.keyCode == 27) - closeConfirmationModal(); + if (e.keyCode == 27) + closeConfirmationModal(); }; // functionality to run when clicking the confirm button