Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOBUYWAP
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
梁志锋
9 years ago
Commit
7b53467f77c3f800b6dd7f5139143f0c49f1240e
1 parent
57e50013
update
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
7 deletions
static/js/category/brand.js
static/js/category/brand.js
View file @
7b53467
...
...
@@ -166,13 +166,6 @@ if ($('.brand-search-page').length) {
}
}).
focus
();
searchBtnHammer
=
new
Hammer
(
$
(
'.search-btn'
)[
0
]);
searchBtnHammer
.
on
(
'tap'
,
function
(
e
)
{
e
.
preventDefault
();
searchResult
();
e
.
srcEvent
.
stopPropagation
();
});
clearTextHammer
=
new
Hammer
(
$
(
'.clear-text'
)[
0
]);
clearTextHammer
.
on
(
'tap'
,
function
(
e
)
{
e
.
preventDefault
();
...
...
Please
register
or
login
to post a comment