Skip to content
Snippets Groups Projects
Commit 03c06407 authored by burkmarr's avatar burkmarr
Browse files

Fixed problem with IonPopover and new versions of chrome/edge

Turned on initialisation of google analytics
parent b1987ae0
No related branches found
No related tags found
No related merge requests found
......@@ -68,4 +68,8 @@
border-radius: 5px;
padding-left: 0.5em;
animation: glowing 1300ms 3;
}
ion-popover [popover]:not(:popover-open):not(dialog[open]) {
display: contents;
}
\ No newline at end of file
......@@ -12,7 +12,7 @@ import * as serviceWorker from './serviceWorker';
// debug: process.env.REACT_APP_GA_DEBUG === 'true'
// }
// )
//ReactGA.initialize('G-JDP3REMBXY'); // GA4
ReactGA.initialize('G-JDP3REMBXY'); // GA4
//ReactGA.set({ anonymizeIp: true }); IP anonymization is on by default in GA4
ReactDOM.render(<App />, document.getElementById('root'));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment