mirror of
https://github.com/9001/copyparty.git
synced 2026-06-18 20:22:27 -06:00
IE fix
This commit is contained in:
parent
67c5194ab2
commit
7535336f11
|
|
@ -6509,7 +6509,7 @@ var thegrid = (function () {
|
|||
}
|
||||
|
||||
function hashCode (str) {
|
||||
let hash = 0;
|
||||
var hash = 0;
|
||||
for(var i = 0; i < str.length; i++){
|
||||
hash = str.charCodeAt(i) + 2026 * ((hash << 5) - hash);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue