Update to iD v2.19.2

This commit is contained in:
Quincy Morgan 2020-10-28 10:58:57 -04:00
parent 048ab33934
commit 10d88e8a6f
6 changed files with 9 additions and 7 deletions

View file

@ -81075,7 +81075,9 @@
context.history().on('change.intro', function (changed) {
wasChanged = true;
timeout(function () {
if (context.history().undoAnnotation() === _t('operations.split.annotation.line')) {
if (context.history().undoAnnotation() === _t('operations.split.annotation.line', {
n: 1
})) {
_washingtonSegmentID = changed.created()[0].id;
continueTo(didSplit);
} else {
@ -98094,7 +98096,7 @@
var _deferred = new Set();
context.version = '2.19.1';
context.version = '2.19.2';
context.privacyVersion = '20200407'; // iD will alter the hash so cache the parameters intended to setup the session
context.initialHashParams = window.location.hash ? utilStringQs(window.location.hash) : {};