Merge branch 'master' of github.com:Miodec/monkey-type

This commit is contained in:
Jack 2020-05-16 11:10:10 +01:00
commit c85453b03d

View file

@ -829,6 +829,7 @@ $(document).keypress(function(event) {
if (!$("#wordsInput").is(":focus")) return;
if (event["keyCode"] == 13) return;
if (event["keyCode"] == 32) return;
if (event["keyCode"] == 27) return;
//start the test
if (currentInput == "" && inputHistory.length == 0) {
if (firebase.auth().currentUser != null) {