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