From 00844482e29b753c87203e795ce51714652debb4 Mon Sep 17 00:00:00 2001 From: zhaixiaojian Date: Thu, 6 Jun 2024 01:06:39 +0000 Subject: [PATCH] *[bug#50519] fix return button --- module/gitlab/ui/binduser.html.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/gitlab/ui/binduser.html.php b/module/gitlab/ui/binduser.html.php index e0cb8fc1f3..702dc66132 100644 --- a/module/gitlab/ui/binduser.html.php +++ b/module/gitlab/ui/binduser.html.php @@ -55,7 +55,7 @@ form array( 'text' => $lang->goback, 'btnType' => 'info', - 'back' => true + 'back' => jsRaw('() => {goBack()}') ) ) ))