Remove source switch

This commit is contained in:
John Firebaugh
2013-04-15 11:31:25 -07:00
parent 5e354018a8
commit e196a67555

View File

@@ -102,10 +102,6 @@ iD.ui = function(context) {
.attr('href', 'https://help.openstreetmap.org/questions/ask/')
.text(t('report_a_bug'));
linkList.append('li')
.attr('class', 'source-switch')
.call(iD.ui.SourceSwitch(context));
linkList.append('li')
.attr('class', 'user-list')
.attr('tabindex', -1)