ux/Slideshow.js
authorAlan Knowles <alan@akbkhome.com>
Thu, 22 Jul 2010 06:52:23 +0000 (14:52 +0800)
committerAlan Knowles <alan@akbkhome.com>
Thu, 22 Jul 2010 06:52:23 +0000 (14:52 +0800)
ux/Slideshow.js

index 68101d6..fa14544 100644 (file)
@@ -123,10 +123,10 @@ Roo.apply(Roo.ux.Slideshow.prototype, {
        
        stop: function  () {
                this.running = false;   
-               this.playButton && this.playButton.appear({ duration: 0});
+               this.playButton && this.playButton.show();
                this.pauseButton && this.pauseButton.hide();
        },
-       
+       /*
        goNext: function () {
                clearInterval(this.play);
                $(this.playButton).appear({ duration: 0});
@@ -173,7 +173,7 @@ Roo.apply(Roo.ux.Slideshow.prototype, {
                
                this.updatecounter();
        },
-       
+       */
        updatecounter: function () {
         if (!this.counter) {
             return;