minor edits...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2012-08-25 03:25:30 +04:00
parent e60cb5e00c
commit c60c086ea6

View File

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