diff options
Diffstat (limited to 'bh20simplewebuploader/templates/demo-run.html')
-rw-r--r-- | bh20simplewebuploader/templates/demo-run.html | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/bh20simplewebuploader/templates/demo-run.html b/bh20simplewebuploader/templates/demo-run.html index a80281c..a8f9edc 100644 --- a/bh20simplewebuploader/templates/demo-run.html +++ b/bh20simplewebuploader/templates/demo-run.html @@ -13,15 +13,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="map"></div> </section> + <section> <div id="table"></div> - </section> + </section> |