Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuy-node
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
1
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
周少峰
2017-01-22 19:35:02 +0800
Commit
4041b61e6654c6dc5e6804ca12b311ee22267a7a
1 parent
218cf815
form delay
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletions
public/js/help/help-search.js
public/js/help/help-search.js
View file @
4041b61
...
...
@@ -35,7 +35,10 @@ var helpSearch = {
if
(
e
.
which
===
13
)
{
if
(
key
)
{
_this
.
searchYas
(
key
);
$helpSearchForm
.
submit
();
setTimeout
(
function
()
{
$helpSearchForm
.
submit
();
},
500
);
}
}
});
...
...
Please
register
or
login
to post a comment