summaryrefslogtreecommitdiff
path: root/templates/base.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/base.html')
-rw-r--r--templates/base.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/base.html b/templates/base.html
index bb36ce2..a5a9af4 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -51,7 +51,6 @@
</p>
</footer>
{% block js %}{% endblock%}
-</body>
<script>
function isOdd(num) { return num % 2;}
document.addEventListener("DOMContentLoaded", function(event) {
@@ -63,4 +62,5 @@ document.addEventListener("DOMContentLoaded", function(event) {
}
});
</script>
+</body>
</html>