1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

rework build scripts

This commit is contained in:
Luke Pulverenti 2014-11-05 14:28:41 -05:00
parent de886863b5
commit 12ed90765c
4 changed files with 50 additions and 185 deletions

View file

@ -24,7 +24,7 @@
}
keys.push(randomId);
return sha1(keys.join('|'));
return CryptoJS.SHA1(keys.join('|')).toString();
};
})(window, store);