summaryrefslogtreecommitdiff
path: root/www/external
diff options
context:
space:
mode:
Diffstat (limited to 'www/external')
-rw-r--r--www/external/angular-carousel.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/external/angular-carousel.js b/www/external/angular-carousel.js
index 04b91455..9dcdf491 100644
--- a/www/external/angular-carousel.js
+++ b/www/external/angular-carousel.js
@@ -67,7 +67,7 @@ angular.module('angular-carousel')
if (attrs.hasOwnProperty('rnCarouselPauseOnHover') && attrs.rnCarouselPauseOnHover !== 'false'){
// PP - added touchend to make it react to touch devices
- if (attrs.hasOwnProperty('rnPlatform') && attrs.rnPlatform == 'unknown')
+ if (attrs.hasOwnProperty('rnPlatform') && attrs.rnPlatform == 'desktop')
{
console.log ("ranPlatform is " + attrs.rnPlatform);
console.log ("Desktop, de-registering any old click");