Change filename

// FREEBIE
pull/749/head
lilia 9 years ago
parent 9a1a3bdf64
commit b160556d6e

@ -40,7 +40,7 @@ module.exports = function(grunt) {
src: [ src: [
'libtextsecure/errors.js', 'libtextsecure/errors.js',
'libtextsecure/libsignal-protocol.js', 'libtextsecure/libsignal-protocol.js',
'libtextsecure/axolotl_wrapper.js', 'libtextsecure/protocol_wrapper.js',
'libtextsecure/crypto.js', 'libtextsecure/crypto.js',
'libtextsecure/storage.js', 'libtextsecure/storage.js',

@ -22,7 +22,7 @@
<script type="text/javascript" src="../errors.js" data-cover></script> <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="../storage.js" data-cover></script>
<script type="text/javascript" src="../libsignal-protocol.js"></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="../websocket-resources.js" data-cover></script>
<script type="text/javascript" src="../helpers.js" data-cover></script> <script type="text/javascript" src="../helpers.js" data-cover></script>

Loading…
Cancel
Save