equal
deleted
inserted
replaced
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()) { |