Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuywap-node
·
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
郝肖肖
2016-10-21 11:15:22 +0800
Commit
59aefe3c66a119497dbe189a3ff279a07e7d80f8
1 parent
af36c5e2
lazyload fadeIn remove
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
3 deletions
public/js/guang/plusstar-index.page.js
public/js/guang/plusstar-index.page.js
View file @
59aefe3
...
...
@@ -83,9 +83,7 @@ plusstar = {
loading
.
hideLoadingMask
();
$
(
'.plusstar-resources'
).
find
(
'img.lazy'
).
lazyload
({
effect
:
'fadeIn'
});
$
(
'.plusstar-resources'
).
find
(
'img.lazy'
).
lazyload
();
// 设置滚动条的位置
if
(
window
.
localStorage
)
{
...
...
Please
register
or
login
to post a comment