This website works better with JavaScript
Inicio
Explorar
Ayuda
Iniciar sesión
Vieraw
/
Kutt
Seguir
1
Destacar
0
Fork
0
Archivos
Incidencias
0
Pull Requests
0
Wiki
Explorar el Código
fix: sending ga analytics
poeti8
hace 6 años
padre
b83ce016dd
commit
4a3b6b8906
Se han
modificado 1 ficheros
con
1 adiciones
y
1 borrados
Dividir vista
Mostrar estadísticas de diff
1
1
client/pages/_app.tsx
+ 1
- 1
client/pages/_app.tsx
Ver fichero
@@ -51,7 +51,7 @@ class MyApp extends App<any> {
});
}
- if (
!
isProd) {
+ if (isProd) {
initGA();
}