Commit 3e96a0a5e889ec7c763992cd05d8753b86f5f9c3
1 parent
20541e5d
Exists in
master
and in
39 other branches
Removed dup js includes
Showing
1 changed file
with
0 additions
and
8 deletions
Show diff stats
src/templates/base.html
@@ -186,21 +186,13 @@ | @@ -186,21 +186,13 @@ | ||
186 | </div> | 186 | </div> |
187 | {% endblock %} | 187 | {% endblock %} |
188 | 188 | ||
189 | - | ||
190 | {% if not is_mobile %} | 189 | {% if not is_mobile %} |
191 | {% conversejs_chatpanel %} | 190 | {% conversejs_chatpanel %} |
192 | {% conversejs_initialize %} | 191 | {% conversejs_initialize %} |
193 | {% endif %} | 192 | {% endif %} |
194 | 193 | ||
195 | {% include "tz/set_utc_offset.html" %} | 194 | {% include "tz/set_utc_offset.html" %} |
196 | - {% browserid_js %} | ||
197 | 195 | ||
198 | - {% if not is_mobile %} | ||
199 | - {% conversejs_chatpanel %} | ||
200 | - {% conversejs_initialize %} | ||
201 | - {% endif %} | ||
202 | - | ||
203 | - {% include "tz/set_utc_offset.html" %} | ||
204 | <script src="https://login.persona.org/include.js"></script> | 196 | <script src="https://login.persona.org/include.js"></script> |
205 | <script src="{% static 'browserid/api.js' %}"></script> | 197 | <script src="{% static 'browserid/api.js' %}"></script> |
206 | <script src="{% static 'browserid/browserid.js' %}"></script> | 198 | <script src="{% static 'browserid/browserid.js' %}"></script> |