Skip to content

Commit ae4c158

Browse files
committed
Remove defer attribute
1 parent e93016e commit ae4c158

File tree

4 files changed

+0
-4
lines changed

4 files changed

+0
-4
lines changed

build-a-rest-api-frontend/source_code_final/templates/home.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
<script
1010
src="{{ url_for('static', filename='js/index.js') }}"
1111
type="module"
12-
defer
1312
></script>
1413
</head>
1514
<body>

build-a-rest-api-frontend/source_code_step_3/templates/home.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
<script
88
src="{{ url_for('static', filename='js/index.js') }}"
99
type="module"
10-
defer
1110
></script>
1211
</head>
1312
<body>

build-a-rest-api-frontend/source_code_step_4/templates/home.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
<script
99
src="{{ url_for('static', filename='js/index.js') }}"
1010
type="module"
11-
defer
1211
></script>
1312
</head>
1413
<body>

build-a-rest-api-frontend/source_code_step_5/templates/home.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
<script
1010
src="{{ url_for('static', filename='js/index.js') }}"
1111
type="module"
12-
defer
1312
></script>
1413
</head>
1514
<body>

0 commit comments

Comments
 (0)