File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5656 var extraTime = 0 ;
5757 window . lastLogTime = Date . now ( ) ;
5858 function onPlayerStateChange ( event ) {
59- { % - if jekyll . environment == 'production' and site . google_analytics % }
59+ { % - if jekyll . environment == 'production' % }
6060 if ( event . data == YT . PlayerState . PLAYING ) {
6161 if ( ! window . loggingInterval ) {
6262 window . lastLogTime = Date . now ( ) ;
Original file line number Diff line number Diff line change 4444 < link rel ="alternate " type ="application/atom+xml " title ="{{ page.rss_title | default: page.title }} " href ="{{ page.rss_url }} " />
4545 {%- endif -%}
4646 {%- endcase -%}
47- {%- if jekyll.environment == 'production' and site.google_analytics -%}
47+ {%- if jekyll.environment == 'production' -%}
4848 < script >
4949 window . WEBSITE_SECTION = '{{ page.section }}' ;
5050 if ( ! ( window . doNotTrack === "1" || navigator . doNotTrack === "1" || navigator . doNotTrack === "yes" || navigator . msDoNotTrack === "1" || localStorage . getItem ( "doNotTrack" ) == "1" ) || localStorage . getItem ( 'TRACK' ) == "1" ) {
You can’t perform that action at this time.
0 commit comments