Load 1, load 2... not load 1, load 3.
This commit is contained in:
parent
5d9599c9b7
commit
dc283c2d74
@ -7,7 +7,7 @@ define([
|
|||||||
], function (nThen, ApiConfig, $, RequireConfig) {
|
], function (nThen, ApiConfig, $, RequireConfig) {
|
||||||
var requireConfig = RequireConfig();
|
var requireConfig = RequireConfig();
|
||||||
|
|
||||||
// Loaded in load #3
|
// Loaded in load #2
|
||||||
var CpNfOuter;
|
var CpNfOuter;
|
||||||
var Cryptpad;
|
var Cryptpad;
|
||||||
var Crypto;
|
var Crypto;
|
||||||
@ -45,7 +45,7 @@ define([
|
|||||||
window.addEventListener('message', onMsg);
|
window.addEventListener('message', onMsg);
|
||||||
|
|
||||||
}).nThen(function (waitFor) {
|
}).nThen(function (waitFor) {
|
||||||
// Load #3, the loading screen is up so grab whatever you need...
|
// Load #2, the loading screen is up so grab whatever you need...
|
||||||
require([
|
require([
|
||||||
'/common/sframe-chainpad-netflux-outer.js',
|
'/common/sframe-chainpad-netflux-outer.js',
|
||||||
'/common/cryptpad-common.js',
|
'/common/cryptpad-common.js',
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user