remove disabling of the RFC button after having posted an RFC
This commit is contained in:
@ -89,7 +89,8 @@ CodeOceanEditorRequestForComments = {
|
|||||||
this.createSubmission($('#requestComments'), null, createRequestForComments.bind(this));
|
this.createSubmission($('#requestComments'), null, createRequestForComments.bind(this));
|
||||||
|
|
||||||
$('#comment-modal').modal('hide');
|
$('#comment-modal').modal('hide');
|
||||||
var button = $('#requestComments');
|
// we disabled the button to prevent that the user spams RFCs, but decided against this now.
|
||||||
button.prop('disabled', true);
|
//var button = $('#requestComments');
|
||||||
|
//button.prop('disabled', true);
|
||||||
},
|
},
|
||||||
};
|
};
|
Reference in New Issue
Block a user