forked from 0x2620/oxjs
omit country name from map tooltip (fixes #396)
This commit is contained in:
parent
5f1e21f7e2
commit
08423110e9
2 changed files with 2 additions and 4 deletions
|
|
@ -9,7 +9,7 @@ Ox.Keyboard = (function() {
|
|||
var buffer = '', bound = [], resetTimeout, triggerTimeout;
|
||||
|
||||
Ox.UI.ready(function() {
|
||||
Ox.UI.$document.keydown(keydown)
|
||||
Ox.$document.keydown(keydown)
|
||||
});
|
||||
|
||||
function keydown(event) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue