loleaflet: bccu#1813 workaround for double encoding in cp-5.0 branch
This commit is contained in:
parent
62896c66ea
commit
3724fc1b66
1 changed files with 1 additions and 0 deletions
|
@ -105,6 +105,7 @@ L.Control.ContextMenu = L.Control.extend({
|
|||
}
|
||||
|
||||
itemName = item.text.replace('~', '');
|
||||
itemName = itemName.replace('°', '°'); // bccu#1813 double encoding in cp-5.0 branch only
|
||||
contextMenu[item.command] = {
|
||||
name: _(itemName)
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue