Temporary removed preload #232
This commit is contained in:
parent
9c4dd3bd2b
commit
436dcfef8c
@ -46,7 +46,7 @@ photo = {
|
||||
lychee.imageview.show();
|
||||
setTimeout(function() {
|
||||
lychee.content.show();
|
||||
photo.preloadNext(photoID, albumID);
|
||||
//photo.preloadNext(photoID, albumID);
|
||||
}, 300);
|
||||
|
||||
});
|
||||
|
File diff suppressed because one or more lines are too long
@ -3,7 +3,6 @@
|
||||
Released ??, 2014
|
||||
|
||||
- `New` Caching for albums (Thanks @r0x0r, #232)
|
||||
- `New` Preload next photo (Thanks @r0x0r, #185, #232)
|
||||
- `New` Save scroll position of albums (Thanks @r0x0r, #232)
|
||||
- `New` Added Dockerfile (@renfredxh, #236)
|
||||
- `Improved` Newest album on the top (Thanks @r0x0r, #232)
|
||||
|
Loading…
Reference in New Issue
Block a user