Show More
@@ -298,6 +298,13 b' var bindToggleButtons = function() {' | |||
|
298 | 298 | this.setActionButtonsDisabled(true); |
|
299 | 299 | self.cm.setValue(content); |
|
300 | 300 | self.cm.setOption("readOnly", false); |
|
301 | ||
|
302 | if (this.resolvesId) { | |
|
303 | // destroy the resolve action | |
|
304 | $(this.resolvesId).parent().remove(); | |
|
305 | } | |
|
306 | ||
|
307 | $(this.statusChange).select2('readonly', false); | |
|
301 | 308 | }; |
|
302 | 309 | |
|
303 | 310 | this.submitAjaxPOST = function(url, postData, successHandler, failHandler) { |
General Comments 0
You need to be logged in to leave comments.
Login now