diff --git a/ui/fullscreen.html b/ui/fullscreen.html index 7ad95470..9ad3430d 100755 --- a/ui/fullscreen.html +++ b/ui/fullscreen.html @@ -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() - })