Destroy more cookies

Andrew Kane committed Jun 18, 2014
commit a9fb20d6ed39c28a5170c3c842ee88e369000e9e
Showing 1 changed file with 2 additions and 0 deletions
vendor/assets/javascripts/ahoy.js +2 -0
@@ @@ -197,6 +197,8 @@
ahoy.reset = function () {
destroyCookie("ahoy_visit");
destroyCookie("ahoy_visitor");
+ destroyCookie("ahoy_events");
+ destroyCookie("ahoy_track");
return true;
};