Add note to disable ghostery in error situations

This commit is contained in:
Cmdr McDonald
2016-12-01 13:26:33 +00:00
parent f31e3c09f4
commit fa1ef47b71
2 changed files with 2 additions and 0 deletions

View File

@@ -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

View File

@@ -42,6 +42,7 @@ export default class ErrorDetails extends React.Component {
return <div className='error'>
<h1>Jameson, we have a problem..</h1>
<h1><small>{error.message}</small></h1>
<div>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.</div>
{content}
</div>;
}