File tree Expand file tree Collapse file tree 1 file changed +12
-3
lines changed
docs/releases/3.0_workingdraft Expand file tree Collapse file tree 1 file changed +12
-3
lines changed Original file line number Diff line number Diff line change 4
4
< title > DCAT-AP CH - Version 3.0.0 Working Draft</ title >
5
5
< meta content ="text/html; charset=utf-8 " http-equiv ="content-type "/>
6
6
< meta name ="viewport " content ="width=device-width, initial-scale=1, shrink-to-fit=no ">
7
- < script src ="https://unpkg.com/mermaid@8.4.6/dist/mermaid.min.js "> </ script >
8
- < script src ="https://hypothes.is/embed.js " async > </ script >
7
+ < script src ="https://unpkg.com/mermaid@8.4.6/dist/mermaid.min.js "> </ script >
9
8
< script class ="remove " src ="https://www.w3.org/Tools/respec/respec-w3c " defer > </ script >
10
9
< script class ="remove " src ="config.js "> </ script >
11
10
< link rel ="stylesheet " type ="text/css " href ="style.css ">
24
23
columns : 4 ;
25
24
}
26
25
</ style >
26
+ < script >
27
+ function initHypothesIs ( ) {
28
+ setTimeout ( ( ) => {
29
+ const hypothesisScript = document . createElement ( "script" ) ;
30
+ hypothesisScript . src = "https://hypothes.is/embed.js" ;
31
+ hypothesisScript . async = true ;
32
+ document . getElementsByTagName ( 'head' ) [ 0 ] . appendChild ( hypothesisScript ) ;
33
+ } , 3000 ) ;
34
+ }
35
+ </ script >
27
36
</ head >
28
- < body >
37
+ < body onload =" initHypothesIs() " >
29
38
30
39
< section id ="abstract " class ="informative ">
31
40
< p style ="background: yellow; font-size: larger; "> < b > This is an initial draft. All contents of this page are subject to change.</ b > </ p >
You can’t perform that action at this time.
0 commit comments