diff options
| author | Alon Levy <alon@pobox.com> | 2015-04-05 21:41:59 +0300 |
|---|---|---|
| committer | Alon Levy <alon@pobox.com> | 2015-04-05 21:41:59 +0300 |
| commit | cadfc79763a9c5c7473ca8ab764a0f9c56b125c1 (patch) | |
| tree | b643f462e587cd7003992d7a249ecce265c356e3 /src/client | |
| parent | 0408b28c2712157a6d4853042883be9f9e3e299f (diff) | |
client: link properties dialog: delete button identical to node dialog
Diffstat (limited to 'src/client')
| -rw-r--r-- | src/client/view/internal.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/client/view/internal.js b/src/client/view/internal.js index 8bb2ca64..33e14e7a 100644 --- a/src/client/view/internal.js +++ b/src/client/view/internal.js @@ -1,8 +1,8 @@ define(['view/tab'], function(tab) { -var LINK_INFO_SELECTOR = '.link_info', - NODE_INFO_SELECTOR = '.info', +var LINK_INFO_SELECTOR = '#link_info', + NODE_INFO_SELECTOR = '#info', edit_tab = new tab.Tab({edge: LINK_INFO_SELECTOR, node: NODE_INFO_SELECTOR}); return { |
