File tree Expand file tree Collapse file tree 2 files changed +18
-0
lines changed Expand file tree Collapse file tree 2 files changed +18
-0
lines changed Original file line number Diff line number Diff line change
1
+ < script >
2
+ var SeedAndDewConfig = { } ;
3
+ ( function ( ) {
4
+ SeedAndDewConfig [ 'adClass' ] = "snd-ad" ;
5
+ /* * * DON'T EDIT BELOW THIS LINE * * */
6
+ SeedAndDewConfig [ 'projectId' ] = 'ef35b4ec-231e-4950-bd93-4c06fe3b2543' ;
7
+ SeedAndDewConfig [ 'loadStartTime' ] = performance . now ( ) ;
8
+ SeedAndDewConfig [ 'apiVersion' ] = '2018-05-28'
9
+ SeedAndDewConfig [ 'sessionId' ] = Math . random ( ) . toString ( 36 ) . substring ( 2 , 15 ) ;
10
+ var snd = document . createElement ( 'script' ) ;
11
+ snd . type = 'text/javascript' ;
12
+ snd . async = true ;
13
+ snd . src = 'https://www.seedanddew.com/static/embed.min.js' ;
14
+ ( document . getElementsByTagName ( 'head' ) [ 0 ] ||
15
+ document . getElementsByTagName ( 'body' ) [ 0 ] ) . appendChild ( snd ) ;
16
+ } ) ( ) ;
17
+ </ script >
Original file line number Diff line number Diff line change @@ -57,3 +57,4 @@ html.no-js lang="en"
57
57
li = link_to ' Contributing' , ' /contributing'
58
58
= yield
59
59
= partial ' google_analytics'
60
+ = partial ' seed_and_dew'
You can’t perform that action at this time.
0 commit comments