Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yoho-blk
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
1
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
yyq
9 years ago
Commit
94bace982563fc43f399efcc737fac545d6925d5
1 parent
861591ba
搜索
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
public/js/common/header.js
public/js/common/header.js
View file @
94bace9
...
...
@@ -51,8 +51,6 @@ $searchForm.on('keyup', '#search-key', function(e) {
if
(
key
)
{
$searchForm
.
submit
();
}
}
else
{
$searchKey
.
val
(
key
.
replace
(
new
RegExp
(
'\''
,
'gm'
),
''
));
}
if
(
key
)
{
...
...
Please
register
or
login
to post a comment