do now show intervention message for rfc modal if clicked on the button
This commit is contained in:
@ -323,9 +323,7 @@ configureEditors: function () {
|
|||||||
var button = $('#requestComments');
|
var button = $('#requestComments');
|
||||||
button.prop('disabled', true);
|
button.prop('disabled', true);
|
||||||
button.on('click', function () {
|
button.on('click', function () {
|
||||||
if ($('#editor').data('show-interventions') == true){
|
$('#rfc_intervention_text').hide()
|
||||||
$('#rfc_intervention_text').hide()
|
|
||||||
}
|
|
||||||
$('#comment-modal').modal('show');
|
$('#comment-modal').modal('show');
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user