mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-29 02:10:08 +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){
|
||||
// XXX need to avoid data URLs here and use plain old paths...
|
||||
ribbon.append(makeImage(e.target.result, i))
|
||||
$('.image').first().click()
|
||||
}
|
||||
}(i, ribbon)
|
||||
reader.readAsDataURL(f)
|
||||
@ -91,7 +92,6 @@ $(document)
|
||||
|
||||
$('.overlay').click()
|
||||
|
||||
|
||||
})
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user