Merge pull request #25930 from edx/aj/fix-hint-show

Fix hint show
This commit is contained in:
Awais Jibran
2020-12-22 20:22:14 +05:00
committed by GitHub

View File

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