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
xuqi
2015-12-08 01:18:15 +0800
Commit
dc83e315dc54ca04523ac9a0e70ac3fd3cd134a9
1 parent
6e3b66e1
fav brand scroll.Review by: @梁志锋
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
3 deletions
static/js/me/fav.js
static/js/me/fav.js
View file @
dc83e31
@@ -243,6 +243,4 @@ function scrollHandler() {
@@ -243,6 +243,4 @@ function scrollHandler() {
243
}
243
}
244
244
245
//srcoll to load more
245
//srcoll to load more
246
-
$
(
window
).
scroll
(
function
()
{
247
-
window
.
requestAnimationFrame
(
scrollHandler
);
248
-
});
246
+
$
(
window
).
scroll
(
scrollHandler
);
Please
register
or
login
to post a comment