Improved autonomies names
This commit is contained in:
parent
681c70f80c
commit
de7c56d99b
2 changed files with 17 additions and 12 deletions
|
|
@ -9,7 +9,7 @@ const debug = 0;
|
|||
const cleanProv = (prov, stringsToRemove) => {
|
||||
let lprov = prov;
|
||||
stringsToRemove.forEach((st) => {
|
||||
lprov = lprov.replace(st, '');
|
||||
lprov = lprov.replace(st[0], st[1]);
|
||||
});
|
||||
return lprov;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue