Well, yes it does, but it doesn't need FastClick.
[mlpccg.git] / mlpccg.js
index 1681afe..5607fab 100644 (file)
--- a/mlpccg.js
+++ b/mlpccg.js
@@ -170,7 +170,8 @@ window.addEventListener('DOMContentLoaded', function () {
         }
     }
 
         }
     }
 
-    FastClick.attach(document.body, { tapDelay: 50 });
+    if (typeof FastClick !== "undefined")
+        FastClick.attach(document.body, { tapDelay: 50 });
     loadTheme();
 });
 
     loadTheme();
 });