Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
converse.js
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
converse.js
Commits
42f32e5c
Commit
42f32e5c
authored
Mar 07, 2017
by
JC Brand
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
`require` is no longer used because we wrap our almond build
updates #805
parent
06668d87
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
4 deletions
+1
-4
docs/source/quickstart.rst
docs/source/quickstart.rst
+1
-4
No files found.
docs/source/quickstart.rst
View file @
42f32e5c
...
...
@@ -44,13 +44,10 @@ bottom of your page (after the closing *</body>* element):
.. code-block:: javascript
<script>
require(['converse'], function (converse) {
converse.initialize({
bosh_service_url: 'https://bind.conversejs.org', // Please use this connection manager only for testing purposes
show_controlbox_by_default: true,
play_sounds: true,
show_controlbox_by_default: true
});
});
</script>
The `index.html <https://github.com/jcbrand/converse.js/blob/master/index.html>`_ file inside the
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment