From e196a67555f80dfe02c0f91b421d4768035c898a Mon Sep 17 00:00:00 2001 From: John Firebaugh Date: Mon, 15 Apr 2013 11:31:25 -0700 Subject: [PATCH] Remove source switch --- js/id/ui.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/js/id/ui.js b/js/id/ui.js index 981f26b8e..e68c219db 100644 --- a/js/id/ui.js +++ b/js/id/ui.js @@ -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)