mirror of
https://github.com/schlagmichdoch/PairDrop.git
synced 2025-05-02 12:39:14 -04:00
first full roundtrip
This commit is contained in:
parent
dd4809f519
commit
dc1af5ae7b
19 changed files with 222 additions and 450 deletions
|
@ -1,6 +1,6 @@
|
|||
<script>
|
||||
'use strict';
|
||||
var Chat = window.Chat || {};
|
||||
window.Chat = window.Chat || {};
|
||||
var djb2Code = function(str) {
|
||||
var hash = 5381;
|
||||
for (var i = 0; i < str.length; i++) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue