Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHO-ACTIVITY-PHP
·
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
9 years ago
Commit
b169115f47301b9e561cc0b9c3380d533675ca19
1 parent
5ea336f3
取消搜索按钮优化
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
static/js/index/channel.js
static/js/index/channel.js
View file @
b169115
...
...
@@ -28,11 +28,10 @@ $search.on('focus', function() {
}
});
$cancelSearch
.
on
(
'touch
start
'
,
function
()
{
$cancelSearch
.
on
(
'touch
end
'
,
function
()
{
$box
.
removeClass
(
'action'
);
$indexLogo
.
removeClass
(
'action'
);
// $search.blur();
return
false
;
});
$searchBox
.
children
(
'.clear-text'
).
on
(
'touchstart'
,
function
()
{
...
...
Please
register
or
login
to post a comment