w3c / data-shapes

RDF Data Shapes WG repo
87 stars 33 forks source link

Button "Hide SPARQL Definitions" in 1.6 Relationship between SHACL and SPARQL seems to be broken #148

Open megoth-capgemini opened 1 year ago

megoth-capgemini commented 1 year ago

The button under section 1.6 Relationship between SHACL and SPARQL does not toggle between hiding and showing SPARQL definitions.

bilde

HolgerKnublauch commented 1 year ago

Thanks for pointing this out. Judging by the error, the page no longer knows about jQuery ($). Maybe that was available to earlier page templates and got lost later.

megoth-capgemini commented 1 year ago

Looks like a good assessment. Just to suggest it, I reckon you could use Document.querySelectorAll() or similar standard (nowadays) functions in place of the jQuery-specific parts.