File tree Expand file tree Collapse file tree 2 files changed +21
-28
lines changed
Expand file tree Collapse file tree 2 files changed +21
-28
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11< hr class =hide-desk >
22
3- < article class ="[ box box--highlight ] mb " data-ui-component =ad >
4- {% include adpacks.html %}
5- </ article >
3+ < p class =text-banner >
4+ < a href =/performance-audits/#fix-it-fast class ="btn btn--full btn--positive " id =cta data-sctrack =cta-sidebar elementtiming =cta-sidebar > {% include cta.md %}</ a >
5+ </ p >
6+
7+ < script >
8+ ( ( ) => {
9+
10+ const cta = document . getElementById ( 'cta' ) ;
11+
12+ cta . addEventListener ( 'click' , ( event ) => {
13+
14+ setTimeout ( ( ) => {
15+ LUX . addData ( 'ctaClicked' , true )
16+ } ) ;
17+
18+ } ) ;
19+
20+ } ) ( ) ;
21+ </ script >
22+
23+ < hr >
624
725{% if page.page-class != "page--home" and page.page-class != "page--about" %}
826< p >
2846
2947< hr >
3048
31- < p class =text-banner >
32- < a href =/performance-audits/#fix-it-fast class ="btn btn--full btn--positive " id =cta data-sctrack =cta-sidebar elementtiming =cta-sidebar > {% include cta.md %}</ a >
33- </ p >
34-
35- < script >
36- ( ( ) => {
37-
38- const cta = document . getElementById ( 'cta' ) ;
39-
40- cta . addEventListener ( 'click' , ( event ) => {
41-
42- setTimeout ( ( ) => {
43- LUX . addData ( 'ctaClicked' , true )
44- } ) ;
45-
46- } ) ;
47-
48- } ) ( ) ;
49- </ script >
50-
51- < hr >
52-
5349< h4 > Connect</ h4 >
5450
5551< ul >
You can’t perform that action at this time.
0 commit comments