Browse Source

[企业社区]修复删除主回复后还显示下层回复的问题

unknown 6 năm trước cách đây
mục cha
commit
a4dbd7d0d8
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      o2web/source/x_component_Calendar/Common.js

+ 1 - 1
o2web/source/x_component_Calendar/Common.js

@@ -791,7 +791,7 @@ MWFCalendar.EventForm = new Class({
         }
         this.fileUploadNode.click();
     },
-    createUploadFileNode: function(){git
+    createUploadFileNode: function(){
         this.uploadFileAreaNode = new Element("div");
         var html = "<input name=\"file\" type=\"file\" multiple/>";
         this.uploadFileAreaNode.set("html", html);