Small refactoring, fix logic which possibly caused #659 (to be confirmed)

This commit is contained in:
Pieter Vander Vennet 2022-02-14 02:50:21 +01:00
parent 776387a640
commit f447854834
6 changed files with 16 additions and 23 deletions

View file

@ -226,7 +226,6 @@ class AutomatonGui {
const osmConnection = new OsmConnection({
allElements: undefined,
changes: undefined,
layoutName: "automaton",
singlePage: false,
oauth_token: QueryParameters.GetQueryParameter("oauth_token", "OAuth token")
});