Explorar el Código

modify the comment

sunyj hace 8 años
padre
commit
ab4725a0a6
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      report/src/main/webapp/resources/js/files/app.js

+ 1 - 1
report/src/main/webapp/resources/js/files/app.js

@@ -41,7 +41,7 @@ $("#uploadButton").click(function() {
 			console.log(xhr);
 			spinner = hideLoading(spinner);
 			alert(spinnerContainer, "上传失败");
-			// 此时可能上传的多个文件中,有部分上传成功,所以需要重新加载
+			// 此时上传的多个文件中,可能有部分上传成功,所以需要重新加载
 			listFiles(currentPath.value);
 		},
 		showLoading : function() {