Go to browse mode after disconnecting (fixes #1121)

This commit is contained in:
John Firebaugh
2013-03-25 10:15:15 -07:00
parent 2dcd6b5772
commit 70575a0f20
+1
View File
@@ -4,6 +4,7 @@ iD.operations.Disconnect = function(selection, context) {
var operation = function() {
context.perform(action, t('operations.disconnect.annotation'));
context.enter(iD.modes.Browse(context));
};
operation.available = function() {