From 3d4b693722f038e7413c7c7fec36620304b1b56e Mon Sep 17 00:00:00 2001 From: ansuz Date: Fri, 6 Jul 2018 11:54:01 +0200 Subject: [PATCH] use correctly scoped variable --- customize.dist/login.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/customize.dist/login.js b/customize.dist/login.js index 1a2a6e780..13fd4cb16 100644 --- a/customize.dist/login.js +++ b/customize.dist/login.js @@ -268,7 +268,7 @@ define([ // The following setTimeout is here to make sure whenRealtimeSyncs is called after // `contentUpdate` so that we have an update userDoc in chainpad. setTimeout(function () { - Realtime.whenRealtimeSyncs(RT.realtime, function () { + Realtime.whenRealtimeSyncs(rt.realtime, function () { // the following stages are there to initialize a new drive // if you are registering