Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuywap-node
·
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
ccbikai(👎🏻🍜)
8 years ago
Commit
5b958a19dcf075485510d5e3e1ae9f6ddb9b7217
1 parent
9d877b34
5.4.31
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
package.json
public/js/product/search/index.js
package.json
View file @
5b958a1
{
"name"
:
"m-yohobuy-node"
,
"version"
:
"
80.4.30
"
,
"version"
:
"
5.4.31
"
,
"private"
:
true
,
"description"
:
"A New Yohobuy Project With Express"
,
"repository"
:
{
...
...
public/js/product/search/index.js
View file @
5b958a1
...
...
@@ -10,7 +10,7 @@ var $ = require('yoho-jquery'),
Hammer
=
require
(
'yoho-hammer'
),
dialog
=
require
(
'plugin/dialog'
);
var
$input
=
$
(
'#search-input input'
);
var
$input
=
$
(
'#search-input input
[name="query"]
'
);
var
$clear
=
$
(
'#search-input .clear-input'
);
...
...
Please
register
or
login
to post a comment