Skip to content

Commit 2ba12b1

Browse files
authored
Merge pull request #494 from w3c/pubdate-20230928
use defer instead of async
2 parents ed89aa0 + ef2454b commit 2ba12b1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

releases/note2/index.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@
33
<head>
44
<meta charset="utf-8" />
55
<title>Web of Things (WoT) Scripting API</title>
6-
<script src='https://www.w3.org/Tools/respec/respec-w3c'
7-
async class='remove'></script>
6+
<script src='https://www.w3.org/Tools/respec/respec-w3c' class='remove' defer></script>
87
<script class='remove'>
98
// See https://github.com/w3c/respec/wiki/ for how to configure ReSpec
109
var respecConfig = {

0 commit comments

Comments
 (0)