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 @@ ...@@ -39,9 +39,6 @@
</div> <!-- /container --> </div> <!-- /container -->
</body> </body>
<script>
{% block extra_js %} {% block extra_js %}
{% endblock %} {% endblock %}
</script>
</html> </html>
...@@ -62,6 +62,7 @@ ...@@ -62,6 +62,7 @@
{% endblock %} {% endblock %}
{% block extra_js %} {% block extra_js %}
<script>
$(function() { $(function() {
var ctrlDown, shiftDown = false; var ctrlDown, shiftDown = false;
var ctrlKey = 17; var ctrlKey = 17;
...@@ -168,4 +169,5 @@ $(function() { ...@@ -168,4 +169,5 @@ $(function() {
} }
} }
</script>
{% endblock %} {% 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