|
@@ -278,9 +278,9 @@
|
|
|
@if($pro->currentNotePickupForProcessing && $pro->currentNotePickupForProcessing->note)
|
|
|
$('#target-chart').attr('src', $('#target-chart').attr('data-src'));
|
|
|
$('#target-note').attr('src', $('#target-note').attr('data-src'));
|
|
|
- // window.setTimeout(() => {
|
|
|
- // $('.row.iframes')[0].scrollIntoView();
|
|
|
- // }, 250);
|
|
|
+ window.setTimeout(() => {
|
|
|
+ $('.row.iframes')[0].scrollIntoView();
|
|
|
+ }, 250);
|
|
|
@endif
|
|
|
}
|
|
|
addMCInitializer('notes-processing-center', init, '#notes-processing-center')
|