diff --git a/index.html b/index.html
index 8f9c1444d..020d806bd 100644
--- a/index.html
+++ b/index.html
@@ -211,8 +211,13 @@
iD.data.load(function() {
id = iD();
+
d3.select("#id-container")
.call(id.ui());
+
+ d3.select("#about").insert('li', '.user-list')
+ .attr('class', 'source-switch')
+ .call(iD.ui.SourceSwitch(id));
});