forked from MapComplete/MapComplete
Fixed single page login for a certain poor Simon with a weird browser
This commit is contained in:
parent
2913c28271
commit
4a85fa82c3
7 changed files with 44 additions and 26 deletions
|
@ -36,7 +36,7 @@ export class SimpleAddUI extends UIElement {
|
|||
private confirmButton: UIElement = undefined;
|
||||
private cancelButton: UIElement;
|
||||
private goToInboxButton: UIElement = new SubtleButton("/assets/envelope.svg",
|
||||
Translations.t.general.goToInbox, "https://www.openstreetmap.org/messages/inbox");
|
||||
Translations.t.general.goToInbox, {url:"https://www.openstreetmap.org/messages/inbox", newTab: false});
|
||||
|
||||
constructor(zoomlevel: UIEventSource<{ zoom: number }>,
|
||||
lastClickLocation: UIEventSource<{ lat: number, lon: number }>,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue