do now show intervention message for rfc modal if clicked on the button

This commit is contained in:
Thomas Hille
2017-03-24 14:07:24 +01:00
parent 7f6c433fe8
commit a7effa7eb3

View File

@ -323,9 +323,7 @@ configureEditors: function () {
var button = $('#requestComments');
button.prop('disabled', true);
button.on('click', function () {
if ($('#editor').data('show-interventions') == true){
$('#rfc_intervention_text').hide()
}
$('#rfc_intervention_text').hide()
$('#comment-modal').modal('show');
});