Temporary removed preload #232

This commit is contained in:
Tobias Reich 2014-10-09 23:08:04 +02:00
parent 9c4dd3bd2b
commit 436dcfef8c
3 changed files with 3 additions and 4 deletions

View File

@ -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

View File

@ -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)