Remove unscoped d3.select

This commit is contained in:
Tom MacWright
2013-02-06 18:11:50 -05:00
parent 2ca4387f74
commit ce53a9233a

View File

@@ -30,7 +30,7 @@ iD.ui.save = function(context) {
function click() {
function commit(e) {
d3.select('.shaded').remove();
context.container().select('.shaded').remove();
var l = iD.ui.loading(context.container(), t('uploading_changes'), true);
connection.putChangeset(history.changes(),