diff --git a/ui/gallery.html b/ui/gallery.html index 79ff4897..00ac0c34 100755 --- a/ui/gallery.html +++ b/ui/gallery.html @@ -5,6 +5,7 @@ + @@ -44,6 +45,10 @@ function setup(){ // XXX STUB loadImages(image_list) + // setup the dragging framework... + // XXX make this work seamlessly with touchSwipe... + $('.field').draggable() + // set the default position and init... $('.current.image').click() } @@ -87,6 +92,11 @@ $(document).ready(setup);

+ + + +

+