parent
6222546e20
commit
43357fe842
|
@ -90,7 +90,6 @@ async function start() {
|
||||||
|
|
||||||
await settled(rageshakePromise); // give rageshake a chance to load/fail
|
await settled(rageshakePromise); // give rageshake a chance to load/fail
|
||||||
|
|
||||||
const loadOlmPromise = loadOlm();
|
|
||||||
|
|
||||||
const fragparts = parseQsFromFragment(window.location);
|
const fragparts = parseQsFromFragment(window.location);
|
||||||
|
|
||||||
|
@ -114,6 +113,8 @@ async function start() {
|
||||||
// set the platform for react sdk
|
// set the platform for react sdk
|
||||||
preparePlatform();
|
preparePlatform();
|
||||||
|
|
||||||
|
const loadOlmPromise = loadOlm();
|
||||||
|
|
||||||
await loadSkin();
|
await loadSkin();
|
||||||
|
|
||||||
let acceptBrowser = checkBrowserFeatures();
|
let acceptBrowser = checkBrowserFeatures();
|
||||||
|
|
Loading…
Reference in New Issue