Update imageUpload.js
Browse files- imageUpload.js +1 -1
imageUpload.js
CHANGED
@@ -20,7 +20,7 @@ function uploadImageAndGetFullUrl(uploadEndpoint, hostUrl, file) {
|
|
20 |
loadingElement.style.padding = '10px';
|
21 |
loadingElement.style.borderRadius = '5px';
|
22 |
loadingElement.style.zIndex = '1000';
|
23 |
-
loadingElement.style.animation = 'blink 1s linear infinite';
|
24 |
|
25 |
// 图片压缩功能
|
26 |
function handleCompressFile(file) {
|
|
|
20 |
loadingElement.style.padding = '10px';
|
21 |
loadingElement.style.borderRadius = '5px';
|
22 |
loadingElement.style.zIndex = '1000';
|
23 |
+
//loadingElement.style.animation = 'blink 1s linear infinite';
|
24 |
|
25 |
// 图片压缩功能
|
26 |
function handleCompressFile(file) {
|