diff --git a/src/js/script.js b/src/js/script.js index 49c66a37f..ab439be76 100644 --- a/src/js/script.js +++ b/src/js/script.js @@ -4535,7 +4535,7 @@ $(document).keydown(function (event) { if (pageTestActive && !commandLineVisible && !modePopupVisible) { if (!wordsFocused && event.key !== "Enter") { focusWords(); - return; + if (config.showOutOfFocusWarning) return; } } else { return; diff --git a/static/index.html b/static/index.html index e2e740579..a4c46c8e2 100644 --- a/static/index.html +++ b/static/index.html @@ -766,8 +766,8 @@
Support Monkeytype
- Thank you so much for thinking about supporting this project. - It would not be possible without you and your continued support. + Thank you so much for thinking about supporting this project. It would + not be possible without you and your continued support.
@@ -775,13 +775,25 @@
Enable Ads
- +
Donate
- +
-
Become
a Patron
+
+ Become +
+ a Patron +
@@ -999,7 +1011,7 @@
@@ -3545,9 +3557,7 @@
- - Support this project - + Support this project