Toggle navigation
Toggle navigation
This project
Loading...
Sign in
wangshusheng
/
YOHOBUYPC
·
Commits
Go to a project
GitLab
Go to dashboard
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
2015-11-12 18:09:40 +0800
Commit
80adb4135a73c332ce435693a83fd5610c20721e
1 parent
4be2273d
取消搜索不 focus
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
static/js/index/channel.js
static/js/index/channel.js
View file @
80adb41
...
...
@@ -31,6 +31,7 @@ $search.on('focus', function() {
$cancelSearch
.
on
(
'touchend'
,
function
()
{
$box
.
removeClass
(
'action'
);
$indexLogo
.
removeClass
(
'action'
);
$search
.
blur
();
return
false
;
});
...
...
Please
register
or
login
to post a comment