X-Git-Url: https://git.yukkurigames.com/?p=mlpccg.git;a=blobdiff_plain;f=mlpccg.js;h=87e8ac3a2615e0be604e674bef0c8da9532bd0f9;hp=1681afefb30d5a4a5d8523edb03de06aa64a22d5;hb=HEAD;hpb=61267efeb7df6f77adec75120e8cbc8de8c8fec7 diff --git a/mlpccg.js b/mlpccg.js index 1681afe..87e8ac3 100644 --- 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(); });