From 462ca54d802c92b5432618e5a00772eec05741df Mon Sep 17 00:00:00 2001 From: cesare Date: Thu, 30 May 2024 13:21:40 +0200 Subject: [PATCH] encoding problem workaround --- yasgui/index.html | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/yasgui/index.html b/yasgui/index.html index 5873f22..718c5b2 100644 --- a/yasgui/index.html +++ b/yasgui/index.html @@ -1,6 +1,7 @@ + @@ -21,6 +22,7 @@ display: none !important; } +LiDa SPARQL Editor @@ -69,17 +71,25 @@ const yasgui = new Yasgui( document.getElementById("yasgui"), { + //yasr :{maxPersistentResponseSize: 100}, yasqe : { value: defaultEditorQuery }, requestConfig : { - endpoint : "https://hdnlab1.isti.cnr.it/fuseki/commedia/query" + endpoint : "https://lida.dantenetwork.it/fuseki/itserr/query" }, copyEndpointOnNewTab : false, + resizeable : true, }); + const yasqe= yasgui.getTab().yasqe + const yasr= yasgui.getTab().yasr + //yasqe.setValue(defaultEditorQuery) + /* console.log(yasgui.config); + console.log(yasqe); + console.log(yasr); */ + - console.log(yasgui);