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);