Skip to content

Commit

Permalink
Wrap overlay-view initialize() in a document.ready handler.
Browse files Browse the repository at this point in the history
  • Loading branch information
deleted committed Aug 16, 2012
1 parent 766ee0d commit dbb180b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion geocamTiePoint/templates/geocamTiePoint/overlay-view.html
Expand Up @@ -53,5 +53,5 @@
{% block jsInit %}
var overlay = {{ overlay.data|safe }};
var settings = {{ settings|safe }};
initialize();
$(initialize);
{% endblock %}

0 comments on commit dbb180b

Please sign in to comment.