зеркало из https://github.com/mozilla/kitsune.git
remove footer_script block
this is forwards-compatible with the upcoming webpack merge
This commit is contained in:
Родитель
eb9659c718
Коммит
9122683bf4
|
@ -172,6 +172,3 @@
|
|||
|
||||
{% block outer_side %}
|
||||
{% endblock %}
|
||||
|
||||
{% block footer_script %}
|
||||
{% endblock %}
|
||||
|
|
|
@ -14,6 +14,7 @@ we can compute the edit-title URL.
|
|||
{% from "questions/includes/aaq_macros.html" import progress_bar %}
|
||||
{% from "questions/includes/aaq_macros.html" import troubleshooting_instructions with context %}
|
||||
{% from "upload/attachments.html" import attachments_form %}
|
||||
{% set scripts = ('questions', 'jqueryui', 'questions.geo',) %}
|
||||
|
||||
{% set hide_aaq_link = True %}
|
||||
|
||||
|
@ -189,7 +190,3 @@ we can compute the edit-title URL.
|
|||
|
||||
{% block side %}
|
||||
{% endblock %}
|
||||
|
||||
{% block footer_script %}
|
||||
{% javascript 'questions.geo' %}
|
||||
{% endblock %}
|
|
@ -333,8 +333,5 @@
|
|||
{% if settings.STAGE %}
|
||||
<script src="https://pontoon.mozilla.org/pontoon.js"></script>
|
||||
{% endif %}
|
||||
|
||||
{% block footer_script %}
|
||||
{% endblock %}
|
||||
</body>
|
||||
</html>
|
||||
|
|
Загрузка…
Ссылка в новой задаче