From 08b864b57cd9fe35e8d9abd41752e31ca203811f Mon Sep 17 00:00:00 2001 From: lilia Date: Thu, 1 Oct 2015 22:04:07 -0700 Subject: [PATCH] Fix standalone registration // FREEBIE --- js/register.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/register.js b/js/register.js index 3c1ea552dc..6c844d0c8a 100644 --- a/js/register.js +++ b/js/register.js @@ -4,7 +4,7 @@ ;(function() { 'use strict'; extension.windows.getBackground(function(bg) { - var accountManager = new bg.textsecure.AccountManager(); + var accountManager = new bg.getAccountManager(); function log(s) { console.log(s);