peteshow 0.8.2 → 0.8.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
data/dist/peteshow.js CHANGED
@@ -1408,7 +1408,7 @@ window.Peteshow = Peteshow;
1408
1408
  }
1409
1409
 
1410
1410
  Peteshow.clearCookies = function() {
1411
- $.removeCookie('peteshow')
1411
+ $.removeCookie('peteshow', {domain: getDomain()})
1412
1412
  initCommands()
1413
1413
  }
1414
1414