Fixing iphone page by moving JS to bottom of page.

This commit is contained in:
Samuel Clay 2012-03-14 13:27:52 -07:00
parent 6a2012ac38
commit 99c943b07b

View file

@ -74,6 +74,10 @@
</div>
{% endblock content %}
{% block extra_head_js %}
<script>
$(document).ready(function() {
var $features = $('.NB-iphone-main .NB-iphone-feature');
@ -146,4 +150,4 @@ $(document).ready(function() {
});
</script>
{% endblock content %}
{% endblock %}