mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
Loading "OR" in admin/assets for Chrome (fixes #8245)
This commit is contained in:
parent
56d8eb96f0
commit
fe740515b4
@ -159,7 +159,7 @@
|
|||||||
));
|
));
|
||||||
|
|
||||||
if (this.data('fileupload')._isXHRUpload({multipart: true})) {
|
if (this.data('fileupload')._isXHRUpload({multipart: true})) {
|
||||||
$('.ss-uploadfield-item-uploador').show();
|
$('.ss-uploadfield-item-uploador').hide().show();
|
||||||
dropZone.hide().show();
|
dropZone.hide().show();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user