Skip to content

Commit 67748cd

Browse files
authored
Switch UI script to jsDelivr CDN with version tag v1.0.1
1 parent 0776e30 commit 67748cd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@
116116
<!-- Where Magic happens: Load helper from the ontology repo, then UI code -->
117117
<script type="module">
118118
import { ICTVApi } from 'https://cdn.jsdelivr.net/gh/EVORA-project/ictv-ontology/helpers/js/ictv-api.js';
119-
import initUI from './ui.js';
119+
import initUI from 'https://cdn.jsdelivr.net/gh/EVORA-project/[email protected]/ui.js';
120120
const api = new ICTVApi();
121121
initUI(api);
122122
</script>
@@ -126,4 +126,4 @@
126126

127127
</body>
128128

129-
</html>
129+
</html>

0 commit comments

Comments
 (0)