mirror of
https://github.com/FoggedLens/iD.git
synced 2026-06-05 14:38:05 +02:00
Revert brand-related preset changes
I'm not convinced we shouldn't be encouraging simply tagging `name=McDonald's`, `name=Shell`, etc., without `brand` or `operator` at all.
This commit is contained in:
@@ -105,7 +105,7 @@ function suggestionsToPresets(presets) {
|
||||
delete existing[name];
|
||||
}
|
||||
if (!existing[name]) {
|
||||
tags = _.extend({name: name, brand: name}, suggestions[key][value][name].tags);
|
||||
tags = _.extend({name: name}, suggestions[key][value][name].tags);
|
||||
addSuggestion(item, tags, name, count);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user