diff options
author | lltommy | 2020-11-14 16:39:40 +0100 |
---|---|---|
committer | lltommy | 2020-11-14 16:39:40 +0100 |
commit | 82f0aa6e3183e759a61a873826ab9da7b6e12468 (patch) | |
tree | f921c4d4e4d37fce028950976792ccd2cbcc184c /bh20simplewebuploader/static | |
parent | ee8424f4c8a06ab37ada1c17039e5a36289587b8 (diff) | |
download | bh20-seq-resource-82f0aa6e3183e759a61a873826ab9da7b6e12468.tar.gz bh20-seq-resource-82f0aa6e3183e759a61a873826ab9da7b6e12468.tar.lz bh20-seq-resource-82f0aa6e3183e759a61a873826ab9da7b6e12468.zip |
SPARQLplayground: Adding additional example
Diffstat (limited to 'bh20simplewebuploader/static')
-rw-r--r-- | bh20simplewebuploader/static/main.css | 5 | ||||
-rw-r--r-- | bh20simplewebuploader/static/main.js | 3 |
2 files changed, 8 insertions, 0 deletions
diff --git a/bh20simplewebuploader/static/main.css b/bh20simplewebuploader/static/main.css index 36c1a33..237b952 100644 --- a/bh20simplewebuploader/static/main.css +++ b/bh20simplewebuploader/static/main.css @@ -551,3 +551,8 @@ border: 1px solid black; padding-left:10px; padding-right:10px; } + +#playgroundButtonBox +{ +max-width: 80%; +} diff --git a/bh20simplewebuploader/static/main.js b/bh20simplewebuploader/static/main.js index da196cf..1aa2582 100644 --- a/bh20simplewebuploader/static/main.js +++ b/bh20simplewebuploader/static/main.js @@ -234,6 +234,9 @@ let demoGetSouthAmericaSeq = () => { demofetchHTMLTable("/api/demoGetSouthAmericaSeq") } +let demoGetSeqByAgeGender = () => { + demofetchHTMLTable("/api/demoGetSeqByAgeGender") +} |