Commit 3e96a0a5e889ec7c763992cd05d8753b86f5f9c3

Authored by Sergio Oliveira
1 parent 20541e5d

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 186 </div>
187 187 {% endblock %}
188 188  
189   -
190 189 {% if not is_mobile %}
191 190 {% conversejs_chatpanel %}
192 191 {% conversejs_initialize %}
193 192 {% endif %}
194 193  
195 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 196 <script src="https://login.persona.org/include.js"></script>
205 197 <script src="{% static 'browserid/api.js' %}"></script>
206 198 <script src="{% static 'browserid/browserid.js' %}"></script>
... ...