Browse Source

modify the comment

sunyj 8 years ago
parent
commit
ab4725a0a6
1 changed files with 1 additions and 1 deletions
  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() {