diff options
Diffstat (limited to 'ab_openstreetmap/static/src/xml/googlemap_template.xml')
| -rw-r--r-- | ab_openstreetmap/static/src/xml/googlemap_template.xml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/ab_openstreetmap/static/src/xml/googlemap_template.xml b/ab_openstreetmap/static/src/xml/googlemap_template.xml index 845be418..3a80a4f2 100644 --- a/ab_openstreetmap/static/src/xml/googlemap_template.xml +++ b/ab_openstreetmap/static/src/xml/googlemap_template.xml @@ -1,8 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <templates id="template" xml:space="preserve"> <t t-name="googlemap_template"> - <div class="o_google_map_wrapper" style="height: 400px; width: 100%;"> - <div id="mapid" style="height: 100%; width: 100%;"></div> - </div> + <div id="mapid" style="height: 400px; width: 100%;"></div> </t> </templates> |
