@@ -2479,7 +2479,7 @@
(function() {
function init() {
initVSplitter('stag-note', $('.note-left-panel'), $('.note-right-panel'));
- initStagScrollbar(34);
+ initStagScrollbar({{$note->is_signed_by_hcp ? 1 : 34}});
addMCHook('onNoteMethodUpdate', function() {
$('.visit-segment[data-segment-template-name="disclaimers"]').find('.refresh-segment').trigger('click');
fastReload();