|
@@ -6,11 +6,9 @@ import ReactDOM from 'react-dom';
|
6
|
6
|
import { getJitsiMeetTransport } from '../modules/transport';
|
7
|
7
|
|
8
|
8
|
import { App } from './features/app/components';
|
9
|
|
-import { browser } from './features/base/lib-jitsi-meet';
|
10
|
9
|
import { getLogger } from './features/base/logging/functions';
|
11
|
10
|
import { Platform } from './features/base/react';
|
12
|
11
|
import { getJitsiMeetGlobalNS } from './features/base/util';
|
13
|
|
-import { loadScript } from './features/base/util/loadScript';
|
14
|
12
|
import PrejoinApp from './features/prejoin/components/PrejoinApp';
|
15
|
13
|
|
16
|
14
|
const logger = getLogger('index.web');
|
|
@@ -24,12 +22,6 @@ document.addEventListener('DOMContentLoaded', () => {
|
24
|
22
|
|
25
|
23
|
APP.connectionTimes['document.ready'] = now;
|
26
|
24
|
logger.log('(TIME) document ready:\t', now);
|
27
|
|
-
|
28
|
|
- if (!browser.isElectron()) {
|
29
|
|
- const base = window.location.origin;
|
30
|
|
-
|
31
|
|
- loadScript(`${base}/static/pwa/registrator.js`);
|
32
|
|
- }
|
33
|
25
|
});
|
34
|
26
|
|
35
|
27
|
// Workaround for the issue when returning to a page with the back button and
|