mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-14 21:28:11 +02:00
More fixes to fields
This commit is contained in:
@@ -26,7 +26,8 @@ export function SourceSwitch(context) {
|
||||
}
|
||||
|
||||
var sourceSwitch = function(selection) {
|
||||
selection.append('a')
|
||||
selection
|
||||
.append('a')
|
||||
.attr('href', '#')
|
||||
.text(t('source_switch.live'))
|
||||
.classed('live', true)
|
||||
|
||||
Reference in New Issue
Block a user