fix typo
This commit is contained in:
parent
e45cb6746b
commit
1dcc6ee8ca
1 changed files with 1 additions and 1 deletions
|
@ -202,7 +202,7 @@ c3nav = {
|
|||
// otherwise, focus this element, and save location to the input
|
||||
next.addClass('focus');
|
||||
$(this).val(next.find('span').text()).parent()
|
||||
.data('siggestion', c3nav.locations_by_id[next.attr('data-id')]);
|
||||
.data('suggestion', c3nav.locations_by_id[next.attr('data-id')]);
|
||||
}
|
||||
} else if (e.which === 13) {
|
||||
// enter: select currently focused suggestion or first suggestion
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue