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