This website requires JavaScript.
Explore
Help
Sign In
Chapril
/
xmpp.chapril.org-conversejs
Watch
25
Star
0
Fork
0
You've already forked xmpp.chapril.org-conversejs
Code
Issues
Pull Requests
Projects
Releases
Activity
4eec2251e7
xmpp.chapril.org-conversejs
/
main.js
4 lines
92 B
JavaScript
Raw
Normal View
History
Unescape
Escape
Make sure the converse object is globally available We need it so that we can call initialize from the HTML template
2013-07-25 00:07:44 +02:00
require
(
[
"jquery"
,
"converse"
]
,
function
(
$
,
converse
)
{
window
.
converse
=
converse
;
}
)
;
Reference in New Issue
Copy Permalink