commentato alert
This commit is contained in:
parent
597b98c3fb
commit
a8d6253653
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue