Yarik
/
artbox
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code ยป
Commit
557d918cdf06009bc05bfc43f6380630c74e0a4b
Authored by
Yarik
2016-12-29 17:23:54 +0200
1 parent
02b83362
TEst
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
resources/artbox-lazy.js
Inline
Side-by-side
resources/artbox-lazy.js
Wrap text
Show/Hide comments
View file @
557d918
...
...
@@ -9,7 +9,7 @@ $(function() {
9
9
});
10
10
function lazyInit() {
11
11
$('img.artbox-lazy').lazyload({
12
- skip_invisible:
tru
e
12
+ skip_invisible:
fals
e
13
13
});
14
14
lazyThreshold();
15
15
lazyEvent();
...
...