#664 closed defect (fixed)
Re-instate Google Maps script appending client-side
Reported by: | jng | Owned by: | jng |
---|---|---|---|
Priority: | P2 | Milestone: | Future |
Component: | Widgets | Version: | 2.0 |
Severity: | Major | Keywords: | |
Cc: | Browser: | All | |
External ID: | Operating System: | All | |
state: | New |
Description ¶
Although the unified entry point work removed loading Google Maps script tags client-side, upon second thought: It is possible to "safely" load Google Maps on the client-side (don't document.write
the script tags, rather document.createElement
the required script tags just like we do for the widgets).
This way, we don't need to force a breaking migration change to the new unified entry point and existing users can still remain on the index.html
entry point.
Note:
See TracTickets
for help on using tickets.
In 3047: