Commit 58f62998 authored by JC Brand's avatar JC Brand

Fix loading of converse.js in the docs

parent 1fc4edd5
......@@ -9,14 +9,8 @@
{% block footer %}
{{ super() }}
<script>
require(['converse'], function (converse) {
converse.initialize({
bosh_service_url: 'https://conversejs.org/http-bind/', // Please use this connection manager only for testing purposes
keepalive: true,
play_sounds: true,
message_carbons: true,
roster_groups: true,
});
converse.initialize({
bosh_service_url: 'https://conversejs.org/http-bind/',
});
</script>
{% 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 to comment