mirror of
https://github.com/EDCD/coriolis.git
synced 2025-12-08 14:33:22 +00:00
Add note to disable ghostery in error situations
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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>;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user