Merge pull request #1769 from dpalou/MOBILE-2875

MOBILE-2875 core: Map remoteAddOn_ to sitePlugin_
main
Juan Leyva 2019-02-18 15:12:01 +01:00 committed by GitHub
commit aa3d1fd2d0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -67,6 +67,7 @@ export class CoreTextUtilsProvider {
{old: /_mmaModUrl/g, new: '_AddonModUrl'},
{old: /_mmaModWiki/g, new: '_AddonModWiki'},
{old: /_mmaModWorkshop/g, new: '_AddonModWorkshop'},
{old: /remoteAddOn_/g, new: 'sitePlugin_'},
];
protected template = document.createElement('template'); // A template element to convert HTML to element.