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
2015-11-12 18:12:27 +0800
Commit
32827f6aa9b9c3fe39a213e3c4001399868a10f0
2 parents
76c51067
80adb413
Merge remote-tracking branch 'origin/hotfix'
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 @
32827f6
...
...
@@ -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