sparna-git / Sparnatural

Sparnatural : visual SPARQL query builder for knowledge graphs in the browser, configurable with SHACL
http://sparnatural.eu
GNU Lesser General Public License v3.0
219 stars 41 forks source link

sparnatural.clear() function doesn't seem to be callable anymore in 8.2 #493

Closed MrSpitfire06 closed 1 year ago

MrSpitfire06 commented 1 year ago

I just updated my sparnatural.js with the last 8.2 version. I was using the function sparnatural.clear() in a event listener but now the event doesn't clear the query as before. (see the index.html, line 469)

var graphCheck = document.getElementsByClassName("graphCheck"); graphCheck.change(function(){ sparnatural.clear(); yasqe.setValue(""); }); openart_0.2.zip

MrSpitfire06 commented 1 year ago

Problem solved nothing to do with the new version.