mirror of
https://github.com/FoggedLens/iD.git
synced 2026-03-21 02:23:30 +00:00
Fix wikipedia input
This commit is contained in:
@@ -3,7 +3,7 @@ iD.ui.preset.wikipedia = function(field, context) {
|
||||
var event = d3.dispatch('change', 'close'),
|
||||
wikipedia = iD.wikipedia(),
|
||||
language = iD.data.wikipedia[0],
|
||||
link, entity, lang, input;
|
||||
link, entity, lang, title;
|
||||
|
||||
function i(selection) {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user