File tree Expand file tree Collapse file tree 4 files changed +9
-7
lines changed Expand file tree Collapse file tree 4 files changed +9
-7
lines changed Original file line number Diff line number Diff line change 1
- PLATFORM_API_TOKEN = look for me in chamber
2
- PAPI_TOKEN = get one from a papi-enabled workspace
1
+ CONTEXT = development
2
+ PLATFORM_API_TOKEN = generate a token from your Segment workspace
3
+ PAPI_TOKEN = generate a token from your Segment workspace
3
4
ALGOLIA_APP_ID =
4
5
ALGOLIA_SEARCH_KEY =
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ export default function () {
22
22
}
23
23
}
24
24
25
- document . getElementsByClassName ( 'aa-Input' ) [ 0 ] . addEventListener ( 'click' , function ( ) {
26
- typewriter . searchClicked ( )
27
- } )
25
+ // document.getElementsByClassName('aa-Input')[0].addEventListener('click', function () {
26
+ // typewriter.searchClicked()
27
+ // })
28
28
}
Original file line number Diff line number Diff line change 22
22
{%- assign description = currentIntegration.description -%}
23
23
{%- assign priority = 4 -%}
24
24
{%- endif -%}
25
+ <!-- {{site.env.CONTEXT}} -->
25
26
< html lang ="{{ page.lang | default: site.lang | default: "en " }}">
26
27
< head >
27
28
< base href ="{{ basehref }} " />
233
234
// analytics.identify();
234
235
} } ( ) ;
235
236
</ script >
236
- {%- if site.env.CONTEXT != "production " -%}
237
+ {%- if site.env.CONTEXT == "development " -%}
237
238
< script src ="{{ ". /assets/docs.delay.js" | relative_url}}"> </ script >
238
239
239
240
{%- endif -%}
Original file line number Diff line number Diff line change 1
1
setTimeout ( function ( ) {
2
- // document.getElementById("autocomplete-0-input").disabled = true;
2
+ document . getElementById ( "autocomplete-0-input" ) . disabled = true ;
3
3
} , 1000 ) ;
You can’t perform that action at this time.
0 commit comments