##// END OF EJS Templates
Moved some other JS code to the end of page
neko259 -
r446:7ef61490 default
parent child Browse files
Show More
@@ -26,10 +26,6 b''
26 26 <script src="{% static 'js/jquery-ui-1.10.3.custom.min.js' %}"></script>
27 27 <script src="{% static 'js/jquery.mousewheel.js' %}"></script>
28 28 <script src="{% url 'js_info_dict' %}"></script>
29 <script src="{% static 'js/popup.js' %}"></script>
30 <script src="{% static 'js/image.js' %}"></script>
31 <script src="{% static 'js/refpopup.js' %}"></script>
32 <script src="{% static 'js/main.js' %}"></script>
33 29
34 30 <div class="navigation_panel">
35 31 <a class="link" href="{% url 'index' %}">{% trans "All threads" %}</a>
@@ -44,6 +40,11 b''
44 40
45 41 {% block content %}{% endblock %}
46 42
43 <script src="{% static 'js/popup.js' %}"></script>
44 <script src="{% static 'js/image.js' %}"></script>
45 <script src="{% static 'js/refpopup.js' %}"></script>
46 <script src="{% static 'js/main.js' %}"></script>
47
47 48 <div class="navigation_panel">
48 49 {% block metapanel %}{% endblock %}
49 50 [<a href="{% url "login" %}">{% trans 'Login' %}</a>]
@@ -3,6 +3,7 b''
3 3 {% load i18n %}
4 4 {% load cache %}
5 5 {% load board %}
6 {% load static %}
6 7
7 8 {% block head %}
8 9 {% if tag %}
General Comments 0
You need to be logged in to leave comments. Login now