From a2f27fe5d5fcad31463e415648f9a0f1898d22fc Mon Sep 17 00:00:00 2001 From: tianshujie Date: Tue, 3 Jan 2023 08:43:08 +0800 Subject: [PATCH] * Fix bug #30557. --- module/block/view/printassigntomeblock.html.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/module/block/view/printassigntomeblock.html.php b/module/block/view/printassigntomeblock.html.php index fa81e17117..b9340e1ce1 100644 --- a/module/block/view/printassigntomeblock.html.php +++ b/module/block/view/printassigntomeblock.html.php @@ -99,6 +99,8 @@ function changeMoreBtn(type, label) var $moreBtn = $('#assigntomeBlock .moreBtn'); var text = $(label).html(); + + text += ''; $moreBtn.html(text); setTimeout(function()