]> git.openstreetmap.org Git - rails.git/blobdiff - vendor/assets/iD/iD.js
Merge remote-tracking branch 'upstream/pull/2920' into master
[rails.git] / vendor / assets / iD / iD.js
index 0d6cbd741e1fb322568386df743c750276136b71..c3470e8808d3f13ffd1be0a23388ed7e87a69dd5 100644 (file)
            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 {
 
          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) : {};