django-easy-maps not rendering map when using ajax
The error is this "A call to document.write() from an asynchronously-loaded external script was ignored." but i haven't used document.write() anywhere in my jQuery code
my template code is this
<b> <pre class="prettyprint linenums"> {{address}} </pre> </b>
{% load easy_maps_tags %}
{% easy_map address 725 400 %}
This comment on SO question proposes a solution but i don't understand it......i have the same problem that mentioned on the question except i am doing the same thing in Django using easy-maps.
You received this message because you are subscribed to the Google Groups "Django users" group.
To view this discussion on the web visit https://groups.google.com/d/msg/django-users/-/K45-gC-or7wJ.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to django-users+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/django-users?hl=en.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home