diff options
Diffstat (limited to 'www/external/angular-carousel.js')
| -rw-r--r-- | www/external/angular-carousel.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/external/angular-carousel.js b/www/external/angular-carousel.js index 8e143164..0b855c7d 100644 --- a/www/external/angular-carousel.js +++ b/www/external/angular-carousel.js @@ -55,7 +55,7 @@ angular.module('angular-carousel') //scope.rnForceStop = !scope.rnForceStop; stopOrPlay.set(!stopOrPlay.get()); //console.log ("Autoplay is " + stopOrPlay.get()); - if (scope.autoSlider) + if (scope.autoSlider ) { // PP - If autoslide was on and we tapped, stop auto slide //scope.rnForceStop = true; //PP |
