Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
matrix-org
Olm
Commits
ddd140b2
Commit
ddd140b2
authored
May 16, 2020
by
Matthew Hodgson
Browse files
fix group demo to work with Olm.init()
parent
14c1db02
Changes
1
Hide whitespace changes
Inline
Side-by-side
javascript/demo/group_demo.js
View file @
ddd140b2
...
...
@@ -489,4 +489,8 @@ function startDemo() {
}
document
.
addEventListener
(
"
DOMContentLoaded
"
,
startDemo
,
false
);
document
.
addEventListener
(
"
DOMContentLoaded
"
,
function
()
{
Olm
.
init
().
then
(
function
()
{
startDemo
();
});
},
false
);
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