Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOBUYWAP
·
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
Plain Diff
Browse Files
Authored by
毕凯
2015-12-08 04:08:28 +0800
Commit
09edee083062867bcd6789be516675041b134e17
2 parents
05d47a4c
0dcd5375
code review by liangzhifeng
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
static/js/me/fav.js
static/js/me/fav.js
View file @
09edee0
...
...
@@ -244,3 +244,9 @@ function scrollHandler() {
//srcoll to load more
$
(
window
).
scroll
(
scrollHandler
);
$
(
document
).
on
(
'touchend'
,
'.swiper-header'
,
function
()
{
var
url
=
$
(
this
).
find
(
'.fav-more'
).
attr
(
'href'
);
window
.
location
.
href
=
url
;
});
...
...
Please
register
or
login
to post a comment