fix misplaced body tag when I moved the javascript to bottom of page
This commit is contained in:
parent
5970a855f6
commit
1e298b10c7
@ -169,7 +169,6 @@
|
||||
</div>
|
||||
{%- endblock mediagoblin_body %}
|
||||
{% include 'mediagoblin/bits/body_end.html' %}
|
||||
</body>
|
||||
<script type="text/javascript"
|
||||
src="{{ request.staticdirect('/js/extlib/jquery.js') }}"></script>
|
||||
<script type="text/javascript"
|
||||
@ -179,4 +178,5 @@
|
||||
<script>
|
||||
var mark_all_comments_seen_url = "{{ request.urlgen('mediagoblin.notifications.mark_all_comment_notifications_seen') }}"
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
Loading…
x
Reference in New Issue
Block a user