From 79b72edf494f5d2ae0ad8483ee89270cb89ce7dd Mon Sep 17 00:00:00 2001 From: Yagami <976204163@qq.com> Date: Thu, 5 Aug 2021 15:36:57 +0800 Subject: [PATCH] * Finish task #40908. --- module/block/view/printassigntomeblock.html.php | 1 + 1 file changed, 1 insertion(+) diff --git a/module/block/view/printassigntomeblock.html.php b/module/block/view/printassigntomeblock.html.php index e8b8d90584..5feadbc6d8 100644 --- a/module/block/view/printassigntomeblock.html.php +++ b/module/block/view/printassigntomeblock.html.php @@ -46,4 +46,5 @@ function changeLabel(type) $('.label-assignto').addClass('hidden'); $('.' + type + '-count').removeClass('hidden'); } +$('#assigntomeBlock').closest('.panel').attr('data-fixed', 'main');