Update display.js

fixes quality
This commit is contained in:
Awais Jibran
2020-12-22 16:19:15 +05:00
committed by GitHub
parent 278a5d0e5c
commit 409a3c799f

View File

@@ -1324,7 +1324,7 @@
} else {
that.hintButton.attr({disabled: 'disabled'});
}
that.el.find('.notification-hint').removeClass('is-hidden')
that.el.find('.notification-hint').removeClass('is-hidden');
that.focus_on_hint_notification(nextIndex);
} else {
that.gentle_alert(response.msg);