Skip to content

Commit

Permalink
fixed send_add_data in topology.js
Browse files Browse the repository at this point in the history
  • Loading branch information
AmarMaksumic authored Jun 25, 2021
1 parent a4ba099 commit 68c5587
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions web/js/topology.js
Original file line number Diff line number Diff line change
Expand Up @@ -645,7 +645,7 @@ function collect_add_data() {

function send_add_data() {
request_add(collect_add_data());
//request_tree(localStorage.getItem('current_tree'));
request_tree(localStorage.getItem('current_tree'));
}

function collect_edit_data(id) {
Expand Down Expand Up @@ -765,4 +765,4 @@ $('#edit_form').keypress(function (e) {
e.preventDefault();
//do something
}
});
});

0 comments on commit 68c5587

Please sign in to comment.