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
Plain Diff
Browse Files
Authored by
hf
9 years ago
Commit
d874739ac1e6a87f98312b706de300e9b96e4286
2 parents
e7c80051
b169115f
Merge remote-tracking branch 'origin/hotfix'
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 @
d874739
...
...
@@ -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