Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
Decide
Manage
Activity
Members
Plan
Jira
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
brc
Decide
Commits
03c06407
Commit
03c06407
authored
1 year ago
by
burkmarr
Browse files
Options
Downloads
Patches
Plain Diff
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
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
decideapp/src/components/NudgePopover.css
+4
-0
4 additions, 0 deletions
decideapp/src/components/NudgePopover.css
decideapp/src/index.tsx
+1
-1
1 addition, 1 deletion
decideapp/src/index.tsx
with
5 additions
and
1 deletion
decideapp/src/components/NudgePopover.css
+
4
−
0
View file @
03c06407
...
...
@@ -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
This diff is collapsed.
Click to expand it.
decideapp/src/index.tsx
+
1
−
1
View file @
03c06407
...
...
@@ -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
'
));
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment