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');