commentato alert

This commit is contained in:
nicola 2022-10-12 19:11:33 +02:00
parent 597b98c3fb
commit a8d6253653
1 changed files with 1 additions and 1 deletions

View File

@ -572,7 +572,7 @@ $(document).ready(function() {
async function execMySparqlQuery(spQuery) {
$("#loader").show();
alert(new sparqlGenerator().stringify(spQuery));
//alert(new sparqlGenerator().stringify(spQuery));
bindingsStream = await myEngine.queryBindings(spQuery, { sources: [{ type: 'sparql', value: sparqlEndpoint },], });
$("#sparqlquery").val(spQuery);