diff options
| author | Alon Levy <alon@pobox.com> | 2014-12-04 17:32:28 +0200 |
|---|---|---|
| committer | Alon Levy <alon@pobox.com> | 2014-12-04 17:32:28 +0200 |
| commit | 8fc8ac9326921d05896f62f3a05ef063b0956287 (patch) | |
| tree | 276fe600d6df19bb368dd4cd470e4d6dddbf594f /src/model/graph.js | |
| parent | 16db341e2a6722715cbcb8aafec32c2f68dabab6 (diff) | |
update suggested names on json load (regression)
Diffstat (limited to 'src/model/graph.js')
| -rw-r--r-- | src/model/graph.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/model/graph.js b/src/model/graph.js index d8601905..0fb61775 100644 --- a/src/model/graph.js +++ b/src/model/graph.js @@ -595,6 +595,7 @@ function Graph() { that.addLink(link.__src, link.__dst, link.name, "perm"); }); this.clear_history(); + rz_bus.names.push(added_names); } this.save_to_json = function() { |
