There was an error while loading. Please reload this page.
1 parent e699391 commit c61fb35Copy full SHA for c61fb35
1 file changed
examples/buttons/index.html
@@ -430,6 +430,7 @@ <h2 id="personTR"><a href="#personTR">personTR</a></h2>
430
<h2 id="propertyTriage"><a href="#propertyTriage">propertyTriage</a></h2>
431
<script id="script-propertyTriage">
432
window.addEventListener('DOMContentLoaded', (event) => {
433
+ // FIXME: make this example return actual possible properties
434
const kb = UI.rdf.graph()
435
const result = UI.widgets.propertyTriage(kb)
436
$('#div-propertyTriage').appendChild(document.createTextNode(JSON.stringify(result)))
0 commit comments