epimorphics / qonsole

A simple console for running SPARQL queries and displaying results
Other
16 stars 2 forks source link

An empty query string in the config stops other sample query text #15

Open afs opened 10 years ago

afs commented 10 years ago

Minor - has easy workaround:

In the configuration object:

 queries: [
  { "name": "Template",
     "query": ""
  },
 { name: "Other" , "query" : "Text" } ]

then clicking "Other" does not insert "Text".

If the empty string is replaced by a string with a space, then all works.