diff options
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 ***************//// |