Fix some minor formatting issues

This commit is contained in:
Kevin MacMartin 2016-01-27 15:24:21 -05:00
parent b27f76803f
commit cf2db67006

View file

@ -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