ux/Slideshow.js
authorAlan Knowles <alan@akbkhome.com>
Thu, 22 Jul 2010 07:03:40 +0000 (15:03 +0800)
committerAlan Knowles <alan@akbkhome.com>
Thu, 22 Jul 2010 07:03:40 +0000 (15:03 +0800)
ux/Slideshow.js

index 4a31ec4..a8c1a15 100644 (file)
@@ -32,8 +32,10 @@ Roo.ux.Slideshow = function(cfg )
         }
     }
     if (this.slides.length == 1) {
-            
-        }
+        this.slide[0].show();
+        return;
+        
+    }
     
     this.playButton = Roo.get(this.playButton);
     this.pauseButton = Roo.get(this.pauseButton);