Change filename
// FREEBIE
This commit is contained in:
parent
9a1a3bdf64
commit
b160556d6e
3 changed files with 2 additions and 2 deletions
|
@ -40,7 +40,7 @@ module.exports = function(grunt) {
|
|||
src: [
|
||||
'libtextsecure/errors.js',
|
||||
'libtextsecure/libsignal-protocol.js',
|
||||
'libtextsecure/axolotl_wrapper.js',
|
||||
'libtextsecure/protocol_wrapper.js',
|
||||
|
||||
'libtextsecure/crypto.js',
|
||||
'libtextsecure/storage.js',
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
<script type="text/javascript" src="../errors.js" data-cover></script>
|
||||
<script type="text/javascript" src="../storage.js" data-cover></script>
|
||||
<script type="text/javascript" src="../libsignal-protocol.js"></script>
|
||||
<script type="text/javascript" src="../axolotl_wrapper.js" data-cover></script>
|
||||
<script type="text/javascript" src="../libsignal_wrapper.js" data-cover></script>
|
||||
|
||||
<script type="text/javascript" src="../websocket-resources.js" data-cover></script>
|
||||
<script type="text/javascript" src="../helpers.js" data-cover></script>
|
||||
|
|
Loading…
Reference in a new issue