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:05:07 +0300 |
| commit | f5b73a30bf84cb00ab7a25e553deb1b6656fed1d (patch) | |
| tree | ee31dc85825622d65d5135ef5f099c4290bcd4c2 /src/client/view | |
| parent | c0189143b375f8fa89dfd1c40ac8892bec232c6f (diff) | |
client: rename User to Custom
Diffstat (limited to 'src/client/view')
| -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' }, { |
