Skip to content

Commit

Permalink
immediately remove the connector entry in the dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
ckemmler committed Jul 14, 2015
1 parent a68f768 commit 4155bc0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fluxtream-web/src/main/webapp/js/ManageConnectors.js
Original file line number Diff line number Diff line change
Expand Up @@ -487,6 +487,7 @@ define(["core/grapher/BTCore",
success: function() {
updateContents();
$("#deleteConnectorConfirm").modal("hide");
$("tr#connector-" + connectors[index].connectorName).remove();
},
error: function() {
$("#deleteConnectorConfirm").modal("hide");
Expand Down

0 comments on commit 4155bc0

Please sign in to comment.