MOBILE-4550 quiz: Fix hiding help icons from review data
parent
00d02bc502
commit
d4defbb543
|
@ -49,7 +49,7 @@ export class AddonModQuizAttemptInfoComponent implements OnChanges {
|
||||||
if (changes.additionalData) {
|
if (changes.additionalData) {
|
||||||
this.additionalData?.forEach((data) => {
|
this.additionalData?.forEach((data) => {
|
||||||
// Remove help links from additional data.
|
// Remove help links from additional data.
|
||||||
data.content = CoreDomUtils.removeElementFromHtml(data.content, '.helptooltip');
|
data.content = CoreDomUtils.removeElementFromHtml(data.content, '.helptooltip, [data-toggle="popover"]');
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue