mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-29 10:20:08 +00:00
minor fix...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
208969a502
commit
d6a10331db
@ -272,6 +272,7 @@ function fileUpdated(name){
|
||||
|
||||
|
||||
function runFileLoaders(prefix, res){
|
||||
FILES_UPDATED = []
|
||||
return $.when.apply(null, FILE_LOADERS.map(function(load){
|
||||
return bubbleProgress(prefix, load(), res, true)
|
||||
}))
|
||||
@ -408,6 +409,7 @@ function loadFileImages(path, no_load_diffs){
|
||||
|
||||
res.done(function(images){
|
||||
IMAGES = images
|
||||
IMAGES_UPDATED = []
|
||||
|
||||
// XXX is this the correct spot to do this???
|
||||
$('.viewer').trigger('imagesLoaded')
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user