A number of fixes for loading screen, recent rebase

FREEBIE
This commit is contained in:
Scott Nonnenberg 2017-07-27 18:38:41 -07:00
parent 854374dc7c
commit eaf31705cc
No known key found for this signature in database
GPG key ID: A4931C09644C654B
5 changed files with 14 additions and 6 deletions

View file

@ -12,6 +12,7 @@
console.log('environment:', window.config.environment);
var initialLoadComplete = false;
window.owsDesktopApp = {};
// start a background worker for ecc
textsecure.startWorker('js/libsignal-protocol-worker.js');