src/cm/media/js/client/c_sync.js
changeset 501 5cd02f32be5e
parent 492 5b5245f4fe9a
child 525 89ef5ed3c48b
equal deleted inserted replaced
500:bd3d22f634f7 501:5cd02f32be5e
   223   editComment : function() {
   223   editComment : function() {
   224     this._saveComment("editComment", gEdit['ids']['formId']) ;
   224     this._saveComment("editComment", gEdit['ids']['formId']) ;
   225   },
   225   },
   226   
   226   
   227   saveComment : function(formId) {
   227   saveComment : function(formId) {
   228     this._saveComment("addComment", formId) ;
   228     if (readyForAction())
       
   229       this._saveComment("addComment", formId) ;
   229   },
   230   },
   230   
   231   
   231   removeComment : function(iComment) {
   232   removeComment : function(iComment) {
   232     checkForOpenedDialog(iComment, function() {
   233     checkForOpenedDialog(iComment, function() {
   233       if (gLayout.isInFrame()) {
   234       if (gLayout.isInFrame()) {