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 16:46:18 +0800
Commit
a5cb7420ddd63d35e841839d261afac2e833c2e6
1 parent
5d717795
频道页面搜索取消自动focus
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
static/js/index/channel.js
static/js/index/channel.js
View file @
a5cb742
...
...
@@ -32,7 +32,7 @@ $cancelSearch.on('touchstart', function() {
$box
.
removeClass
(
'action'
);
$indexLogo
.
removeClass
(
'action'
);
$search
.
blur
();
//
$search.blur();
});
$searchBox
.
children
(
'.clear-text'
).
on
(
'touchstart'
,
function
()
{
...
...
Please
register
or
login
to post a comment