diff options
author | Marvin Borner | 2019-01-22 18:47:35 +0100 |
---|---|---|
committer | Marvin Borner | 2019-01-22 18:47:35 +0100 |
commit | c61624b66163724a3d8a639a41d8170249c3b3d0 (patch) | |
tree | 7b5a975c9c6597e79b058caa5dd02329e115278b /public | |
parent | 6cf24c5db59ba99fc3c15bfb39780d888248181d (diff) |
Added ID input field
Diffstat (limited to 'public')
-rw-r--r-- | public/scripts/main.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/public/scripts/main.js b/public/scripts/main.js index d732b97..409580d 100644 --- a/public/scripts/main.js +++ b/public/scripts/main.js @@ -6,4 +6,3 @@ const peer = new Peer(userId, {host: '127.0.0.1', port: 4242, path: '/'}); peer.on('open', id => { console.log('[LOG] Your ID is ' + id) }); - |