From 278a5d0e5cd48852bc67ccf6bae47f727bf630c4 Mon Sep 17 00:00:00 2001 From: Awais Jibran <awaisdar001@gmail.com> Date: Tue, 22 Dec 2020 15:31:15 +0500 Subject: [PATCH] Fix hint show --- common/lib/xmodule/xmodule/js/src/capa/display.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/lib/xmodule/xmodule/js/src/capa/display.js b/common/lib/xmodule/xmodule/js/src/capa/display.js index 51902160c55..d11e717f7d2 100644 --- a/common/lib/xmodule/xmodule/js/src/capa/display.js +++ b/common/lib/xmodule/xmodule/js/src/capa/display.js @@ -1324,7 +1324,7 @@ } else { that.hintButton.attr({disabled: 'disabled'}); } - that.el.find('.notification-hint').show(); + that.el.find('.notification-hint').removeClass('is-hidden') that.focus_on_hint_notification(nextIndex); } else { that.gentle_alert(response.msg); -- GitLab