function revalidateEditor(html) {
    $("#profile-pin-summernote").val(html).trigger('keyup');
    $("#newPinForm").data('bootstrapValidator').updateStatus('content', 'VALIDATING').validateField('content');
}