Commit 216c7a1c by Kálmán Viktor

dashboard: extra js block in base.html doesn't include script tags now

parent 015ac568
......@@ -39,9 +39,6 @@
</div> <!-- /container -->
</body>
<script>
{% block extra_js %}
{% endblock %}
</script>
</html>
......@@ -62,6 +62,7 @@
{% endblock %}
{% block extra_js %}
<script>
$(function() {
var ctrlDown, shiftDown = false;
var ctrlKey = 17;
......@@ -168,4 +169,5 @@ $(function() {
}
}
</script>
{% endblock %}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment