diff options
Diffstat (limited to 'bh20simplewebuploader/templates')
-rw-r--r-- | bh20simplewebuploader/templates/demo.html | 2 | ||||
-rw-r--r-- | bh20simplewebuploader/templates/home.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/bh20simplewebuploader/templates/demo.html b/bh20simplewebuploader/templates/demo.html index 04bf877..75bc0e2 100644 --- a/bh20simplewebuploader/templates/demo.html +++ b/bh20simplewebuploader/templates/demo.html @@ -37,7 +37,7 @@ <div id="loader" class="loader invisible"> </div> - <section id="map_view" class="invisible"> + <section id="map_view" class="map"> <div id="mapid"></div> </section> diff --git a/bh20simplewebuploader/templates/home.html b/bh20simplewebuploader/templates/home.html index 42b08c0..bede611 100644 --- a/bh20simplewebuploader/templates/home.html +++ b/bh20simplewebuploader/templates/home.html @@ -45,7 +45,7 @@ </div> </section> - <section id="map_view" class="invisible"> + <section id="map_view" class="map"> <div id="mapid"></div> </section> |