diff options
| author | Alon Levy <alon@pobox.com> | 2015-05-12 13:32:24 +0300 |
|---|---|---|
| committer | Alon Levy <alon@pobox.com> | 2015-05-12 13:32:32 +0300 |
| commit | 3b6bcd0ddef7077cc894a57597d09bf885a6bef3 (patch) | |
| tree | c0a09ab4514ad2ae1558ede8995d8a3a3288728a /src/client/rz_core.js | |
| parent | 92c7303c37e46f8ecea8c016f63fea9516c3aa26 (diff) | |
client/view/activity: add hover highlight of links and nodes"
Diffstat (limited to 'src/client/rz_core.js')
| -rw-r--r-- | src/client/rz_core.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/rz_core.js b/src/client/rz_core.js index 8255486e..8b18f975 100644 --- a/src/client/rz_core.js +++ b/src/client/rz_core.js @@ -207,7 +207,7 @@ function init() { init_graphs(); init_graph_views(); init_ws_connection(); - activity.init(main_graph, $('.graph-view')); + activity.init(main_graph, main_graph_view, $('.graph-view')); if (rz_config.backend_enabled) { var cur_rzdoc_name = rzdoc__current__get_name(); |
