mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-21 07:46:58 +02:00
Don't ignore tiger: tags in mergeTags
This commit is contained in:
@@ -93,7 +93,7 @@ iD.actions.MergeRemoteChanges = function(id, localGraph, remoteGraph) {
|
||||
fail = false;
|
||||
|
||||
function ignoreKey(k) {
|
||||
return k.indexOf('tiger:') === 0 || _.contains(iD.data.discarded, k);
|
||||
return _.contains(iD.data.discarded, k);
|
||||
}
|
||||
|
||||
for (var i = 0; i < keys.length; i++) {
|
||||
|
||||
Reference in New Issue
Block a user