diff options
| author | Alon Levy <alon@pobox.com> | 2015-03-07 15:02:02 +0200 |
|---|---|---|
| committer | Alon Levy <alon@pobox.com> | 2015-03-07 15:02:42 +0200 |
| commit | 0e51a475db95fe410ca43c03710b75ab389bd6d5 (patch) | |
| tree | fcb4d5f41acec0a271eb5a0fc12a5579281ddc4d /src/client | |
| parent | 524fd1b5afeeb405cf5fd76b3228e5aacfe892cb (diff) | |
client/node_info: bug fix
Diffstat (limited to 'src/client')
| -rw-r--r-- | src/client/view/node_info.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/client/view/node_info.js b/src/client/view/node_info.js index 8700c62e..53f1b697 100644 --- a/src/client/view/node_info.js +++ b/src/client/view/node_info.js @@ -168,8 +168,8 @@ function show(_graph, d) { value = d[attr]; switch (attr) { - case 'editenddate': - case 'editstartdate': + case 'enddate': + case 'startdate': element.datepicker({ inline: true, showOtherMonths: true, |
