diff options
author | lltommy | 2020-11-19 23:55:59 +0100 |
---|---|---|
committer | lltommy | 2020-11-19 23:55:59 +0100 |
commit | 6814f9d74ca1d7fe4a7a08e5df0878557bd8e8f1 (patch) | |
tree | 3cdf797006361e616a945fa4cf56d758d99ccf97 /bh20simplewebuploader/static | |
parent | fd4b04479fb85f01d2cb2e582e9e470296b8b3cf (diff) | |
download | bh20-seq-resource-6814f9d74ca1d7fe4a7a08e5df0878557bd8e8f1.tar.gz bh20-seq-resource-6814f9d74ca1d7fe4a7a08e5df0878557bd8e8f1.tar.lz bh20-seq-resource-6814f9d74ca1d7fe4a7a08e5df0878557bd8e8f1.zip |
Adding another example to the SPARQL playground
Diffstat (limited to 'bh20simplewebuploader/static')
-rw-r--r-- | bh20simplewebuploader/static/main.js | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/bh20simplewebuploader/static/main.js b/bh20simplewebuploader/static/main.js index 8baf635..d061f8e 100644 --- a/bh20simplewebuploader/static/main.js +++ b/bh20simplewebuploader/static/main.js @@ -254,6 +254,10 @@ let demoGetContinentSpecimentSeqCount = () => { demofetchHTMLTable("/api/demoGetContinentSpecimentSeqCount") } +let demoGetSampleSchema= () => { + demofetchHTMLTable("/api/demoGetSampleSchema") +} + ////****** SPARQL playground functions ***************//// |