diff options
| author | Alon Levy <alon@pobox.com> | 2015-03-07 08:39:47 +0200 |
|---|---|---|
| committer | Alon Levy <alon@pobox.com> | 2015-03-07 15:02:42 +0200 |
| commit | 90c276f07f8c945eb16dc242af569ffd05f8b85e (patch) | |
| tree | 2c46f67f364329090b8a492fac122f9495115690 /src/client/view/graph_view.js | |
| parent | 2746c5d10ca67fdfd31ead979d0ccd3ee03ebed6 (diff) | |
client: remove third-internship-proposal; Fixes #356
Diffstat (limited to 'src/client/view/graph_view.js')
| -rw-r--r-- | src/client/view/graph_view.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/view/graph_view.js b/src/client/view/graph_view.js index b6372307..464c6756 100644 --- a/src/client/view/graph_view.js +++ b/src/client/view/graph_view.js @@ -516,7 +516,7 @@ function GraphView(spec) { var nodes = graph.nodes(); for (var i = 0; i < nodes.length; i++) { var current = nodes[i]; - if (current.type === "third-internship-proposal") { + if (current.type === "internship") { deliverables.push({ "id": nodes[i].id, "startdate": nodes[i].start, |
