File tree Expand file tree Collapse file tree 2 files changed +1
-14
lines changed
Expand file tree Collapse file tree 2 files changed +1
-14
lines changed Original file line number Diff line number Diff line change 66 < link rel ="stylesheet " href ="https://arduinojson.org/assets/style.css ">
77 < meta name ="viewport " content ="width=device-width, initial-scale=1.0 " />
88 < title > ArduinoJson Troubleshooter</ title >
9-
10- < script >
11- ( function ( i , s , o , r ) {
12- i [ 'GoogleAnalyticsObject' ] = r ; i [ r ] = i [ r ] || function ( ) {
13- ( i [ r ] . q = i [ r ] . q || [ ] ) . push ( arguments )
14- } , i [ r ] . l = 1 * new Date ( )
15- } ) ( window , document , 'script' , 'ga' ) ;
16- ga ( 'create' , 'UA-89940284-2' , 'auto' ) ;
17- ga ( 'send' , 'pageview' ) ;
18- </ script >
19- < script async src ="https://www.google-analytics.com/analytics.js "> </ script >
209 < script > window . plausible = console . log </ script >
2110</ head >
2211
3423 < script type ="module " src ="/src/main.js "> </ script >
3524</ body >
3625
37- </ html >
26+ </ html >
Original file line number Diff line number Diff line change @@ -60,8 +60,6 @@ export default {
6060 methods: {
6161 choose (option ) {
6262 document .location .assign (option .hash )
63- ga (" set" , " page" , document .location .pathname + document .location .hash )
64- ga (" send" , " pageview" )
6563 window .plausible (" ArduinoJson Troubleshooter" , {
6664 props: {
6765 hash: document .location .hash
You can’t perform that action at this time.
0 commit comments