diff options
| author | Alon Levy <alon@pobox.com> | 2015-05-18 23:05:51 +0300 |
|---|---|---|
| committer | Alon Levy <alon@pobox.com> | 2015-05-18 23:05:51 +0300 |
| commit | 419a72047a4165c30f6348a1dc4287f77d90a57e (patch) | |
| tree | 714bb677e69ef7980d8f8fde289e33dc072dc1f7 /src/client/rz_core.js | |
| parent | abcaac9094b957d9fe98a9c8466f0b0fee3fa17c (diff) | |
client/view/activity: clear on document change
Diffstat (limited to 'src/client/rz_core.js')
| -rw-r--r-- | src/client/rz_core.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/rz_core.js b/src/client/rz_core.js index 2e5363bd..9976384f 100644 --- a/src/client/rz_core.js +++ b/src/client/rz_core.js @@ -350,6 +350,7 @@ function rzdoc__open(rzdoc_name) { rz_config.rzdoc_cur__name = rzdoc_name; main_graph.clear(); edit_graph.clear(); + activity.clear(); main_graph.load_from_backend(on_success, on_error); } |
