From dc283c2d749228b06359ed52bb339eec031a8738 Mon Sep 17 00:00:00 2001 From: Caleb James DeLisle Date: Wed, 23 Aug 2017 15:49:51 +0200 Subject: [PATCH] Load 1, load 2... not load 1, load 3. --- www/pad2/outer.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/www/pad2/outer.js b/www/pad2/outer.js index 7bbfb3b84..ef9464c10 100644 --- a/www/pad2/outer.js +++ b/www/pad2/outer.js @@ -7,7 +7,7 @@ define([ ], function (nThen, ApiConfig, $, RequireConfig) { var requireConfig = RequireConfig(); - // Loaded in load #3 + // Loaded in load #2 var CpNfOuter; var Cryptpad; var Crypto; @@ -45,7 +45,7 @@ define([ window.addEventListener('message', onMsg); }).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([ '/common/sframe-chainpad-netflux-outer.js', '/common/cryptpad-common.js',