Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
pull/13095/head
Michael Telatynski 2020-04-08 16:10:44 +01:00
parent 6222546e20
commit 43357fe842
1 changed files with 2 additions and 1 deletions

View File

@ -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();