commit | c817849d2fa67b84556ff0040529eaad34f745cc | [log] [tgz] |
---|---|---|
author | Matteo Scandolo <matteo.scandolo@gmail.com> | Tue Apr 11 17:55:13 2017 -0700 |
committer | Matteo Scandolo <matteo.scandolo@gmail.com> | Tue Apr 11 18:11:36 2017 -0700 |
tree | 985b98a5bd4ce9a9bab9c3b2e5ac1e969ed444a2 | |
parent | a7df71910eea21111b83aa48283ad3cdb66363b0 [diff] [blame] |
[CORD-965] Fixed Safari bug on Keyboard Shortcut and added tests Change-Id: Ibaf99ea4eccda47105f6dba149950b55ad7f383c
diff --git a/src/app/core/header/header.ts b/src/app/core/header/header.ts index 62e3ce9..268fdcd 100644 --- a/src/app/core/header/header.ts +++ b/src/app/core/header/header.ts
@@ -56,7 +56,7 @@ // listen for keypress this.XosKeyboardShortcut.registerKeyBinding({ - key: 'f', + key: 'F', description: 'Select search box', cb: () => { $('.navbar-form input').focus();