Fix loading of converse.js in the docs

This commit is contained in:
JC Brand 2017-04-04 18:43:52 +00:00
parent 1fc4edd55f
commit 58f62998f9

View File

@ -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 %}