mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-16 18:52:57 +00:00
Remove unscoped d3.select
This commit is contained in:
@@ -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(),
|
||||
|
||||
Reference in New Issue
Block a user