mirror of
https://github.com/prurigro/hypothetical.git
synced 2024-11-12 12:06:38 -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
|
// close the modal if the escape button is pressed
|
||||||
var escapeModal = function(e) {
|
var escapeModal = function(e) {
|
||||||
if (e.keyCode == 27)
|
if (e.keyCode == 27)
|
||||||
closeConfirmationModal();
|
closeConfirmationModal();
|
||||||
};
|
};
|
||||||
|
|
||||||
// functionality to run when clicking the confirm button
|
// functionality to run when clicking the confirm button
|
||||||
|
|
Loading…
Reference in a new issue