projects
/
mediagoblin.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5970a85
)
fix misplaced body tag when I moved the javascript to bottom of page
author
jpope
<jpope@jpope.org>
Wed, 1 Jan 2014 17:54:23 +0000
(11:54 -0600)
committer
jpope
<jpope@jpope.org>
Wed, 1 Jan 2014 17:54:23 +0000
(11:54 -0600)
mediagoblin/templates/mediagoblin/base.html
patch
|
blob
|
blame
|
history
diff --git
a/mediagoblin/templates/mediagoblin/base.html
b/mediagoblin/templates/mediagoblin/base.html
index 69b2868507669830884816bbc3bde6001b290bd6..93086205c8c08614dcf77404848574748ac37482 100644
(file)
--- a/
mediagoblin/templates/mediagoblin/base.html
+++ b/
mediagoblin/templates/mediagoblin/base.html
@@
-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>