diff options
Diffstat (limited to 'bh20simplewebuploader/templates/demo-run.html')
-rw-r--r-- | bh20simplewebuploader/templates/demo-run.html | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/bh20simplewebuploader/templates/demo-run.html b/bh20simplewebuploader/templates/demo-run.html index 4479409..c9f1473 100644 --- a/bh20simplewebuploader/templates/demo-run.html +++ b/bh20simplewebuploader/templates/demo-run.html @@ -12,15 +12,14 @@ </div> - <div id="loader" class="loader invisible"> - </div> - - <section id="results" class="invisible"> - <pre><code id="json"></code></pre> - </section> - +</section> +<div id="loader" class="loader invisible"> +</div> +<section id="results" class="invisible"> + <div id="mapid"></div> </section> + <section> <div id="table"></div> </section> |