[Issue8906] Fix broken html in the Area part of the Walkthrough

This commit is contained in:
Gabor Hodi
2022-01-20 18:29:53 +01:00
parent 97ed56bc3a
commit 29697aa728
2 changed files with 4 additions and 8 deletions
-4
View File
@@ -8,7 +8,6 @@ import { t } from '../core/localizer';
import { fileFetcher } from './file_fetcher';
import { localizer } from './localizer';
import { prefs } from './preferences';
import { coreHistory } from './history';
import { coreValidator } from './validator';
import { coreUploader } from './uploader';
@@ -32,9 +31,6 @@ export function coreContext() {
// iD will alter the hash so cache the parameters intended to setup the session
context.initialHashParams = window.location.hash ? utilStringQs(window.location.hash) : {};
context.isFirstSession = !prefs('sawSplash') && !prefs('sawPrivacyVersion');
/* Changeset */
// An osmChangeset object. Not loaded until needed.
context.changeset = null;