Skip to content
Snippets Groups Projects
Commit ddd140b2 authored by Matthew Hodgson's avatar Matthew Hodgson
Browse files

fix group demo to work with Olm.init()

parent 14c1db02
No related branches found
No related tags found
No related merge requests found
......@@ -489,4 +489,8 @@ function startDemo() {
}
document.addEventListener("DOMContentLoaded", startDemo, false);
document.addEventListener("DOMContentLoaded", function() {
Olm.init().then(function() {
startDemo();
});
}, false);
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment