This website works better with JavaScript
Inicio
Explorar
Axuda
Iniciar sesión
Vieraw
/
Kutt
Seguir
1
Destacar
0
Fork
0
Ficheiros
Incidencias
0
Pull Requests
0
Wiki
Explorar o código
fix: sending ga analytics
poeti8
%!s(int64=6) %!d(string=hai) anos
pai
b83ce016dd
achega
4a3b6b8906
Modificáronse 1 ficheiros
con
1 adicións
e
1 borrados
Dividir vista
Mostrar estatísticas de Diff
1
1
client/pages/_app.tsx
+ 1
- 1
client/pages/_app.tsx
Ver ficheiro
@@ -51,7 +51,7 @@ class MyApp extends App<any> {
});
}
- if (
!
isProd) {
+ if (isProd) {
initGA();
}