mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-29 18:30:09 +00:00
minor edits...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
e60cb5e00c
commit
c60c086ea6
@ -82,6 +82,7 @@ $(document)
|
|||||||
return function(e){
|
return function(e){
|
||||||
// XXX need to avoid data URLs here and use plain old paths...
|
// XXX need to avoid data URLs here and use plain old paths...
|
||||||
ribbon.append(makeImage(e.target.result, i))
|
ribbon.append(makeImage(e.target.result, i))
|
||||||
|
$('.image').first().click()
|
||||||
}
|
}
|
||||||
}(i, ribbon)
|
}(i, ribbon)
|
||||||
reader.readAsDataURL(f)
|
reader.readAsDataURL(f)
|
||||||
@ -91,7 +92,6 @@ $(document)
|
|||||||
|
|
||||||
$('.overlay').click()
|
$('.overlay').click()
|
||||||
|
|
||||||
|
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user