jokyo3 commited on
Commit
0956074
·
verified ·
1 Parent(s): 9875bde

Update imageUpload.js

Browse files
Files changed (1) hide show
  1. 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) {