...
|
...
|
@@ -16,7 +16,7 @@ var $search = $searchBox.children('input[type="text"]'), |
|
|
$cancelSearch = $box.children('.no-search'),
|
|
|
$searchIcon = $searchBox.children('.search-icon');
|
|
|
|
|
|
require('../common/common');
|
|
|
require('../common');
|
|
|
|
|
|
$search.on('focus', function() {
|
|
|
$box.addClass('action');
|
...
|
...
|
|