Fix standalone registration
// FREEBIE
This commit is contained in:
parent
9872b59355
commit
08b864b57c
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue