diff options
| author | Alon Levy <alon@pobox.com> | 2015-07-30 18:04:19 +0300 |
|---|---|---|
| committer | Alon Levy <alon@pobox.com> | 2015-07-30 18:04:19 +0300 |
| commit | d4a7bfeeaed60715d47a84581a611d681605bcdc (patch) | |
| tree | ee31dc85825622d65d5135ef5f099c4290bcd4c2 /src/client | |
| parent | 69bfafedb9678aa91264f4532f985d496c30b03d (diff) | |
client: rename User to Customissue593
Diffstat (limited to 'src/client')
| -rw-r--r-- | src/client/view/layouts.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/client/view/layouts.js b/src/client/view/layouts.js index 5fb750a9..1a025a28 100644 --- a/src/client/view/layouts.js +++ b/src/client/view/layouts.js @@ -429,8 +429,8 @@ function(consts, $, d3, _) { clazz: 'btn_layout_d3_force' }, { - name: 'User', - create: named('user', layout__d3_force__link_distance), + name: 'Custom', + create: named('custom', layout__d3_force__link_distance), clazz: 'btn_layout_d3_force' }, { |
