summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlon Levy <alon@pobox.com>2015-07-30 18:04:19 +0300
committerAlon Levy <alon@pobox.com>2015-07-30 18:05:07 +0300
commitf5b73a30bf84cb00ab7a25e553deb1b6656fed1d (patch)
treeee31dc85825622d65d5135ef5f099c4290bcd4c2
parentc0189143b375f8fa89dfd1c40ac8892bec232c6f (diff)
client: rename User to Custom
-rw-r--r--src/client/view/layouts.js4
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'
},
{