Skip to content

Commit 810a45e

Browse files
committed
Upgrade UI.js version to [email protected]
1 parent 217b2b1 commit 810a45e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

Lines changed: 1 addition & 1 deletion
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 'https://cdn.jsdelivr.net/gh/EVORA-project/[email protected].1/ui.js';
119+
import initUI from 'https://cdn.jsdelivr.net/gh/EVORA-project/[email protected].2/ui.js';
120120
const api = new ICTVApi();
121121
initUI(api);
122122
</script>

0 commit comments

Comments
 (0)