diff --git a/ChangeLog.md b/ChangeLog.md index 8fb6b19f..e4014623 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,5 +1,6 @@ #2.2.5 * Calculate rate of fire for multi-burst weapons + * Add note to disable ghostery in error situation #2.2.4 * Add shortlink for outfitting page diff --git a/src/app/pages/ErrorDetails.jsx b/src/app/pages/ErrorDetails.jsx index da100d3b..c315a87e 100644 --- a/src/app/pages/ErrorDetails.jsx +++ b/src/app/pages/ErrorDetails.jsx @@ -42,6 +42,7 @@ export default class ErrorDetails extends React.Component { return

Jameson, we have a problem..

{error.message}

+
Please note that this site uses Google Analytics to track performance and usage. If you are blocking cookies, for example using Ghostery, please disable blocking for this site and try again.
{content}
; }