File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 2
2
// collect data on various aspects of usage.
3
3
// Those that are using this repo as a template should REMOVE this file from their repo
4
4
5
- var script = document . createElement ( "script" ) ;
6
- script . defer = true ;
7
- script . src = "https://plausible.io/js/script.js" ;
8
- script . dataset . domain = "cpsc203" ;
5
+ // var script = document.createElement("script");
6
+ // script.defer = true;
7
+ // script.src = "https://plausible.io/js/script.js";
8
+ // script.dataset.domain = "cpsc203";
9
9
10
- // optional if using proxy
11
- // script.dataset.api = 'https://yourproxy.com/api/event';
10
+ // // optional if using proxy
11
+ // // script.dataset.api = 'https://yourproxy.com/api/event';
12
12
13
- document . getElementsByTagName ( "head" ) [ 0 ] . appendChild ( script ) ;
13
+ // document.getElementsByTagName("head")[0].appendChild(script);
You can’t perform that action at this time.
0 commit comments