mirror of
https://github.com/prurigro/hypothetical.git
synced 2024-11-09 11:16:39 -05:00
Fix some minor formatting issues
This commit is contained in:
parent
b27f76803f
commit
cf2db67006
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue