This repository was archived by the owner on Nov 2, 2023. It is now read-only.
File tree 2 files changed +1
-16
lines changed 2 files changed +1
-16
lines changed Original file line number Diff line number Diff line change @@ -15,5 +15,4 @@ staging:
15
15
16
16
production:
17
17
cookie_secret: sample
18
- google_analytics_id: UA-12345678-9
19
18
Original file line number Diff line number Diff line change 8
8
< link rel ="icon " href ="/images/favicon.ico ">
9
9
< link rel ="stylesheet " type ="text/css " href ="/stylesheets/styles.css "/>
10
10
< link rel ="stylesheet " type ="text/css " href ="/stylesheets/jquery-ui.min.css "/>
11
-
12
- <% unless ConfigManager [ 'google_analytics_id' ] . nil? %>
13
- < script type ="text/javascript ">
14
- var _gaq = _gaq || [ ] ;
15
- _gaq . push ( [ '_setAccount' , '<%= ConfigManager [ 'google_analytics_id' ] %> ' ] ) ;
16
- _gaq . push ( [ '_trackPageview' ] ) ;
17
-
18
- ( function ( ) {
19
- var ga = document . createElement ( 'script' ) ; ga . type = 'text/javascript' ; ga . async = true ;
20
- ga . src = ( 'https:' == document . location . protocol ? 'https://ssl' : 'http://www' ) + '.google-analytics.com/ga.js' ;
21
- var s = document . getElementsByTagName ( 'script' ) [ 0 ] ; s . parentNode . insertBefore ( ga , s ) ;
22
- } ) ( ) ;
23
- </ script >
24
- <% end %>
25
-
11
+ < script src ="https://thirtyfive-england.getodk.org/script.js " data-site ="PBSTMJFG " defer > </ script >
26
12
<!-- Used to toggle additional form properties, eg. audit attributes -->
27
13
< script >
28
14
function showDiv ( divId , element , hide_if_value )
You can’t perform that action at this time.
0 commit comments