Move hard-coded worker url out of libtextsecure

// FREEBIE
This commit is contained in:
lilia 2016-05-01 20:35:16 -07:00
parent 777e7386a4
commit cd2218ada7
3 changed files with 5 additions and 5 deletions

View file

@ -33,7 +33,7 @@
});
// start a background worker for ecc
textsecure.protocol_wrapper.startWorker();
textsecure.protocol_wrapper.startWorker('/js/libsignal-protocol-worker.js');
extension.onLaunched(function() {
console.log('extension launched');