MOBILE-3966 notes: Fix disable notes feature in user profile
parent
5a2016cb67
commit
a51e722e74
|
@ -89,6 +89,7 @@ export class CoreTextUtilsProvider {
|
|||
{ old: /_mmaModWiki/g, new: '_AddonModWiki' },
|
||||
{ old: /_mmaModWorkshop/g, new: '_AddonModWorkshop' },
|
||||
{ old: /remoteAddOn_/g, new: 'sitePlugin_' },
|
||||
{ old: /AddonNotes:addNote/g, new: 'AddonNotes:notes' },
|
||||
];
|
||||
|
||||
protected template: HTMLTemplateElement = document.createElement('template'); // A template element to convert HTML to element.
|
||||
|
|
Loading…
Reference in New Issue