Showing
1 changed file
with
0 additions
and
7 deletions
@@ -166,13 +166,6 @@ if ($('.brand-search-page').length) { | @@ -166,13 +166,6 @@ if ($('.brand-search-page').length) { | ||
166 | } | 166 | } |
167 | }).focus(); | 167 | }).focus(); |
168 | 168 | ||
169 | - searchBtnHammer = new Hammer($('.search-btn')[0]); | ||
170 | - searchBtnHammer.on('tap', function(e) { | ||
171 | - e.preventDefault(); | ||
172 | - searchResult(); | ||
173 | - e.srcEvent.stopPropagation(); | ||
174 | - }); | ||
175 | - | ||
176 | clearTextHammer = new Hammer($('.clear-text')[0]); | 169 | clearTextHammer = new Hammer($('.clear-text')[0]); |
177 | clearTextHammer.on('tap', function(e) { | 170 | clearTextHammer.on('tap', function(e) { |
178 | e.preventDefault(); | 171 | e.preventDefault(); |
-
Please register or login to post a comment