|
@@ -429,6 +429,8 @@ $ccSegment = $note->getSegmentByInternalName('chief_complaint');
|
|
function initVisitMoeRTEs() {
|
|
function initVisitMoeRTEs() {
|
|
$('.stag-popup [visit-moe]').find('[note-rte]:not(.ql-container)').each(function() {
|
|
$('.stag-popup [visit-moe]').find('[note-rte]:not(.ql-container)').each(function() {
|
|
|
|
|
|
|
|
+ let noteRTE = $(this);
|
|
|
|
+
|
|
$(this).wrap(
|
|
$(this).wrap(
|
|
$('<div class="border-left border-right rte-holder"/>')
|
|
$('<div class="border-left border-right rte-holder"/>')
|
|
.attr('data-shortcuts', '')
|
|
.attr('data-shortcuts', '')
|