More fixes to fields

This commit is contained in:
Bryan Housel
2016-09-18 12:55:30 -04:00
parent 6346a11880
commit c5a8bcc3a6
9 changed files with 143 additions and 87 deletions
+2 -1
View File
@@ -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)