File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -208,8 +208,8 @@ function setupKeyboardFriendlyNavigation() {
208
208
function loadShortbread ( ) {
209
209
if ( typeof AWSCShortbread !== "undefined" ) {
210
210
const shortbread = AWSCShortbread ( {
211
- // If you're testing in your dev environment, use ".cloudfront.net" for domain, else ".amazonaws.com"
212
- domain : ".amazonaws.com" ,
211
+ // If you're testing in your dev environment, use ".cloudfront.net" for domain, else "boto3 .amazonaws.com"
212
+ domain : "boto3 .amazonaws.com" ,
213
213
} ) ;
214
214
215
215
// Check for cookie consent
Original file line number Diff line number Diff line change 12
12
{% extends "!page.html" %}
13
13
14
14
{%- block extrahead %}
15
+ < script src ="https://a0.awsstatic.com/s_code/js/3.0/awshome_s_code.js "> </ script >
15
16
< script src ="https://prod.assets.shortbread.aws.dev/shortbread.js "> </ script >
16
17
< link href ="https://prod.assets.shortbread.aws.dev/shortbread.css " rel ="stylesheet ">
17
18
{% endblock %}
18
19
19
-
20
20
{% block body -%}
21
21
{% include 'partials/icons.html' %}
22
22
< svg xmlns ="http://www.w3.org/2000/svg " class ="hidden ">
You can’t perform that action at this time.
0 commit comments