Skip to content

Commit

Permalink
fix plugin loading in demo
Browse files Browse the repository at this point in the history
  • Loading branch information
s-tittel committed Sep 26, 2023
1 parent 602be66 commit c93593a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion demo/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,8 @@ <h1>&lt;shacl-form&gt; demo</h1>
<fieldset id="shacl-output"><legend>Output generated by the form</legend><pre></pre></fieldset>
</div>
<script type="module">
import { MapBoxPlugin } from './index-with-plugins.js'
import { MapBoxPlugin } from 'https://cdn.jsdelivr.net/npm/@ulb-darmstadt/shacl-form/dist/index-with-plugins.js'
// import { MapBoxPlugin } from './index-with-plugins.js'

(() => {
const form = document.getElementById("shacl-form")
Expand Down

0 comments on commit c93593a

Please sign in to comment.