mirror of
https://iceshrimp.dev/crimekillz/iceshrimp-161sh.git
synced 2024-11-23 20:49:06 +01:00
[Client] Fix bugh
This commit is contained in:
parent
c912ca2849
commit
894a81663b
@ -39,7 +39,7 @@ if (HTMLCollection.prototype.forEach === undefined) {
|
|||||||
if (FileList.prototype.forEach === undefined) {
|
if (FileList.prototype.forEach === undefined) {
|
||||||
FileList.prototype.forEach = Array.prototype.forEach;
|
FileList.prototype.forEach = Array.prototype.forEach;
|
||||||
}
|
}
|
||||||
if (DataTransferItemList && DataTransferItemList.prototype.forEach === undefined) {
|
if (window.DataTransferItemList && DataTransferItemList.prototype.forEach === undefined) {
|
||||||
DataTransferItemList.prototype.forEach = Array.prototype.forEach;
|
DataTransferItemList.prototype.forEach = Array.prototype.forEach;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user