mirror of
https://github.com/vale981/Vulcan
synced 2025-03-06 10:01:40 -05:00
remove change event for search
This commit is contained in:
parent
6727dfd516
commit
76f5e1dbbf
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ Template.nav.events = {
|
|||
e.preventDefault();
|
||||
Router.go('/account');
|
||||
},
|
||||
'keyup, change, search .search-field': function(e){
|
||||
'keyup, search .search-field': function(e){
|
||||
e.preventDefault();
|
||||
var val = $(e.target).val(),
|
||||
$search = $('.search');
|
||||
|
|
Loading…
Add table
Reference in a new issue