X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/27fb39770f2fa417c5b4ab7feece345741ff99bf..10d88e8a6fb5d01ff1e990a4bbbd1aeaf4cc26b7:/vendor/assets/iD/iD.js 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) : {};