diff options
author | Marvin Borner | 2019-01-27 18:25:08 +0100 |
---|---|---|
committer | Marvin Borner | 2019-01-27 18:25:08 +0100 |
commit | 517736ae1d3813fb3bc7e32c36cd90906d530b91 (patch) | |
tree | 5791a8712fb1f32417b429283fe11cb426e859f3 /public/scripts/chat.js | |
parent | dfce4c5a178275f4b7226ae397226cbbf84571a8 (diff) |
Cleaned up code
Diffstat (limited to 'public/scripts/chat.js')
-rw-r--r-- | public/scripts/chat.js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/public/scripts/chat.js b/public/scripts/chat.js index 569e062..3123926 100644 --- a/public/scripts/chat.js +++ b/public/scripts/chat.js @@ -1,8 +1,8 @@ // general imports const $ = require('jquery'); -const encryption = require('./2_encryption'); -const wordList = require('./3_wordlist'); -const pinInput = require('./4_input_pin'); +const encryption = require('./encryption'); +const wordList = require('./wordlist'); +const pinInput = require('./input_pin'); const xkcdPassword = require('xkcd-password'); // setup vars |