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() {
|
;(function() {
|
||||||
'use strict';
|
'use strict';
|
||||||
extension.windows.getBackground(function(bg) {
|
extension.windows.getBackground(function(bg) {
|
||||||
var accountManager = new bg.textsecure.AccountManager();
|
var accountManager = new bg.getAccountManager();
|
||||||
|
|
||||||
function log(s) {
|
function log(s) {
|
||||||
console.log(s);
|
console.log(s);
|
||||||
|
|
Loading…
Reference in a new issue