[beast: 26/47] EBEAST: vc/hotkeys.js: fix typo



commit 2dd17cf55e91c479b057759ff3e468654e2bfc35
Author: Tim Janik <timj gnu org>
Date:   Fri May 26 00:03:12 2017 +0200

    EBEAST: vc/hotkeys.js: fix typo
    
    Signed-off-by: Tim Janik <timj gnu org>

 ebeast/vc/hotkeys.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/ebeast/vc/hotkeys.js b/ebeast/vc/hotkeys.js
index 75ee41a..d135d54 100644
--- a/ebeast/vc/hotkeys.js
+++ b/ebeast/vc/hotkeys.js
@@ -71,7 +71,7 @@ $(document).keydown (function (event) {
     if ($.inArray (document.activeElement.type, navigation_types) >= 0 &&
        $.inArray (event.keyCode, match_hotkey_event.navigation_keys) >= 0) {
       $('#statusarea').text ('IGNORE-NAV: ' + event.keyCode + ' (' + document.activeElement.tagName + ')');
-      return; // no navigation hotkey possible when a navigatable element has focu
+      return; // no navigation hotkey possible when a navigatable element has focus
     }
     const hotkeys = $(document).data()['hotkeys'];
     if (hotkeys === undefined)


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]