Let users get to the changeset

This commit is contained in:
Tom MacWright
2012-11-20 17:55:54 -05:00
parent e947568ec0
commit 0c1795d025
+1 -1
View File
@@ -559,7 +559,7 @@ iD.Map = function(elem) {
method: 'PUT',
path: '/changeset/' + changeset_id + '/close'
}, function() {
alert('saved!');
alert('saved! ' + connection.url().replace('/api/0.6/', '/browse') + '/changeset/' + changeset_id);
});
});
});