Ditch Inkscape.
[mlpccg.git] / mlpccg.js
index 1681afe..87e8ac3 100644 (file)
--- a/mlpccg.js
+++ b/mlpccg.js
@@ -18,6 +18,7 @@ var THEMES = [
     "cadance",
     "celestia",
     "chrysalis",
+    "cmc",
     "dash",
     "discord",
     "fluttershy",
@@ -170,7 +171,8 @@ window.addEventListener('DOMContentLoaded', function () {
         }
     }
 
-    FastClick.attach(document.body, { tapDelay: 50 });
+    if (typeof FastClick !== "undefined")
+        FastClick.attach(document.body, { tapDelay: 50 });
     loadTheme();
 });