File tree Expand file tree Collapse file tree 4 files changed +16
-16
lines changed Expand file tree Collapse file tree 4 files changed +16
-16
lines changed Original file line number Diff line number Diff line change 1+ import '../google-analytics.js' ;
12import {
23 setupTokenEditor ,
34 setTokenEditorValue ,
Original file line number Diff line number Diff line change 1+ //Google Analytics
2+ var _gaq = _gaq || [ ] ;
3+ _gaq . push ( [ '_setAccount' , 'UA-37952868-23' ] ) ;
4+ _gaq . push ( [ '_trackPageview' ] ) ;
5+
6+ ( function ( ) {
7+ var ga = document . createElement ( 'script' ) ;
8+ ga . type = 'text/javascript' ;
9+ ga . async = true ;
10+ ga . src = 'https://ssl.google-analytics.com/ga.js' ;
11+ var s = document . getElementsByTagName ( 'script' ) [ 0 ] ;
12+ s . parentNode . insertBefore ( ga , s ) ;
13+ } ) ( ) ;
Original file line number Diff line number Diff line change 1+ import '../google-analytics.js' ;
12import { setupNavbar } from './navbar.js' ;
23import { setupExtensionButton } from './extension.js' ;
34import { setupLibraries } from './libraries.js' ;
Original file line number Diff line number Diff line change @@ -5,19 +5,4 @@ html(lang='en')
55 include ../stylesheets.pug
66
77 body
8- block content
9-
10- script .
11- // Google Analytics
12- var _gaq = _gaq || [];
13- _gaq .push ([' _setAccount' , ' UA-37952868-23' ]);
14- _gaq .push ([' _trackPageview' ]);
15-
16- (function () {
17- var ga = document .createElement (' script' );
18- ga .type = ' text/javascript' ;
19- ga .async = true ;
20- ga .src = ' https://ssl.google-analytics.com/ga.js' ;
21- var s = document .getElementsByTagName (' script' )[0 ];
22- s .parentNode .insertBefore (ga, s);
23- })();
8+ block content
You can’t perform that action at this time.
0 commit comments