X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/c5df0e1e3b5ae6d74b2cd2a99bba398c9b7102f3..2479319b7859d9b271dc8900e5d530c77976025a:/vendor/assets/iD/iD.js?ds=sidebyside diff --git a/vendor/assets/iD/iD.js b/vendor/assets/iD/iD.js index 0d6cbd741..c3470e880 100644 --- a/vendor/assets/iD/iD.js +++ b/vendor/assets/iD/iD.js @@ -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) : {};