Преглед изворни кода

修复会议管理会议室相关的问题

unknown пре 5 година
родитељ
комит
9428ab87c6
1 измењених фајлова са 0 додато и 4 уклоњено
  1. 0 4
      o2web/source/x_component_Meeting/Common.js

+ 0 - 4
o2web/source/x_component_Meeting/Common.js

@@ -62,7 +62,6 @@ MWF.xApplication.Meeting.BuildingForm = new Class({
     save: function(){
         var data = this.form.getResult(true,null,true,false,true);
         this.actions.saveBuilding( data, function(json){
-            debugger;
             this.app.notice(this.lp.save_success, "success");
             var view = this.view;
             this.fireEvent("postSave", [data]);
@@ -473,7 +472,6 @@ MWF.xApplication.Meeting.RoomForm = new Class({
                         },
                         "mousedown": function(e){e.stopPropagation();},
                         "click": function(e){
-                            debugger;
                             _self.selectBuilding(this);
                         }
                     });
@@ -864,7 +862,6 @@ MWF.xApplication.Meeting.MeetingForm = new Class({
         }.bind(this), true);
     },
     getInvitePersonExclude : function(){
-        debugger;
         var invitePersonList = this.invitePersonList || this.data.invitePersonList;
         var identityList = [];
         if( invitePersonList.length > 0 ){
@@ -1309,7 +1306,6 @@ MWF.xApplication.Meeting.MeetingForm = new Class({
         });
     },
     rejectMeeting: function(){
-        debugger;
         var view = this.view;
         this.app.actions.rejectMeeting(this.data.id, function(){
             view.reload();