mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-30 02:40: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){
|
function runFileLoaders(prefix, res){
|
||||||
|
FILES_UPDATED = []
|
||||||
return $.when.apply(null, FILE_LOADERS.map(function(load){
|
return $.when.apply(null, FILE_LOADERS.map(function(load){
|
||||||
return bubbleProgress(prefix, load(), res, true)
|
return bubbleProgress(prefix, load(), res, true)
|
||||||
}))
|
}))
|
||||||
@ -408,6 +409,7 @@ function loadFileImages(path, no_load_diffs){
|
|||||||
|
|
||||||
res.done(function(images){
|
res.done(function(images){
|
||||||
IMAGES = images
|
IMAGES = images
|
||||||
|
IMAGES_UPDATED = []
|
||||||
|
|
||||||
// XXX is this the correct spot to do this???
|
// XXX is this the correct spot to do this???
|
||||||
$('.viewer').trigger('imagesLoaded')
|
$('.viewer').trigger('imagesLoaded')
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user