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

index e15728b..bb2de26 100644 (file)
@@ -124,9 +124,7 @@ Roo.apply(Roo.ux.Slideshow.prototype, {
                
                this.textIn = this.iImageId+1 + ' of ' + this.numOfImages;
                this.updatecounter();
-        if (this.slides.length == 1) {
-            return;
-        }
+        
         if (this.running) {
             this.play.defer(this.wait, this);
         }